#9 Remove the dependency on the systemd package
Merged by jcline. Opened by jcline.
jcline/greenwave no-systemd-package  into  master

Download 9.patch

The systemd package and journal logging does not offer a huge benefit over
over simply logging to standard output and letting systemd drop that into
the journal. Additionally, it makes greenwave more difficult to install by
requiring systemd headers to be present. Combine this with the desire to
deploy greenwave as a container in OpenShift, I'd say it's worth
dropping the module.

Signed-off-by: Jeremy Cline jeremy@jcline.org

:thumbsup: , Dan has pointed out that before.

Yeah the journal logging is actually really nice (errors are coloured red, stack traces are a single entry, etc etc) but as you point out we don't get any of that in OpenShift so there is no point.

:+1:

Yeah the journal logging is actually really nice (errors are coloured red, stack traces are a single entry, etc etc)

I've gone so long without those handy features I've probably lost my appreciation for how nice they are :grinning:

Pull-Request has been merged by jcline

Metadata