Closed opadron closed 8 years ago
Hey, @kotfic, could you QA this? It should be a quick one and would be nice to have.
Sorry for long delay on review of this - I am not super familiar with multilog/daemontools. It looks like a primarily debian/ubuntu thing? At the very least this should probably ensure that multilog is installed. A default VM of ubuntu 14.04 doesn't come with daemontools installed.
multilog comes with the daemontools package. I don't think it's specific to Debian.
sure, lets just make sure there is an apt call that insures daemontools is installed.
resolved via #61
Switches upstart role so that all generated services log their output through the
multilog
tool from thedaemon-tools
package instead of directly to disk. Themultilog
tool handles rotating logs and limiting log size, so we should no longer be running into megabyte- and gigabyte-size logs.A side-effect of this change is that markers for service startup and termination are no longer inserted into the log output.