GitHub user gdamjan opened a pull request:
https://github.com/apache/couchdb-couch-log/pull/16
a systemd-journald compatible log output on stderr
based on the stderr logger but changed:
- doesn't output the timestamp, the journal already has a timestamp
- output the log level as <num> where num is defined as in `sd-daemon(3)`
https://www.freedesktop.org/software/systemd/man/sd-daemon.html
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gdamjan/couchdb-couch-log master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch-log/pull/16.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #16
----
commit 406dccdc296e5638d7a52818c27180cfe168b0fd
Author: Damjan Georgievski <[email protected]>
Date: 2016-10-03T16:17:59Z
a systemd-journald compatible log output on stderr
based on the stderr logger but changed:
- doesn't output the timestamp, the journal already has a timestamp
- output the log level as <num> where num is defined as in `sd-daemon(3)`
https://www.freedesktop.org/software/systemd/man/sd-daemon.html
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---