This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
v0.1.2
Major changes
-
Change structure of the logging directory and functionality of loggers
Logs are now split into
stdout.log
andstderr.log
files, which reside under a newly created subdirectory (with each server start) in thelog
directory. For example:log ├── 2018-08-21T20-26-23p0400 │ ├── stderr.log │ └── stdout.log └── 2018-08-21T20-26-41p0400 ├── stderr.log └── stdout.log
-
Add rack environment argument mapping for
eucalypt launch
It is now possible to do:
eucalypt launch p
as an alias foreucalypt launch production
eucalypt launch d
as an alias foreucalypt launch development
eucalypt launch t
as an alias foreucalypt launch test
Minor changes
- Add links to the GitBook documentation to
README
. - Add documentation badge to
README
- Add
Thor
gem to the features list inREADME