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
8 lines
270 B
YAML
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)
|