Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

v0.1.2

Compare
Choose a tag to compare
@eonu eonu released this 21 Aug 16:53
· 239 commits to master since this release

Major changes

  • Change structure of the logging directory and functionality of loggers

    Logs are now split into stdout.log and stderr.log files, which reside under a newly created subdirectory (with each server start) in the log 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 for eucalypt launch production
    • eucalypt launch d as an alias for eucalypt launch development
    • eucalypt launch t as an alias for eucalypt launch test

Minor changes

  • Add links to the GitBook documentation to README.
  • Add documentation badge to README
  • Add Thor gem to the features list in README