nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

Use upstart's native logging features #181

Closed mjumbewu closed 7 years ago

mjumbewu commented 8 years ago

Removes from the upstart export template the custom log location in favor of using upstart's built-in logging collection, compression, and rotation features. Addresses issue #180.

codecov-io commented 8 years ago

Current coverage is 49.31% (diff: 100%)

No coverage report found for master at 3757958.

Powered by Codecov. Last update 3757958...1876d25

nickstenning commented 7 years ago

Yep. Looks good. Note to self: this'll be a breaking change.

mjumbewu commented 7 years ago

Updated the patch to remove the pre-start block.

nickstenning commented 7 years ago

LGTM.

nickstenning commented 7 years ago

Sorry it took an age, but this is now released in v1.0.1.

mjumbewu commented 7 years ago

Sweet, thanks!