Files
oslo.log/releasenotes/notes/add-facility-to-journal-e10bf7002cc19dd3.yaml
Benjamin Reichel 5b12e66f62 Add missing SYSLOG_FACILITY to JournalHandler
Without SYSLOG_FACILITY log messages from journald forwards the message
to kern.log. This seems to be default behaviour as it treats the message
as kernel message.

This option provides a proper facility to the log message and kern.log
will not be filled up anymore.

Change-Id: I62a32ed46a400b62ead8c1e6e64acee658e2a769
Closes-Bug: #1871840
2020-05-07 14:46:08 +02:00

8 lines
270 B
YAML

---
fixes:
- |
Using systemd journal handler, logs ending up in kern.log because
SYSLOG_FACILITY is missing. This fix uses the same facility configuration
option 'syslog-log-facility' as from syslog handler to provide the
missing value. (Bug #1871840)