Skip to content

Make logcheck rules compatible with systemd journal

The systemd journal (which can be used with logcheck since 1.3.21) always adds a PID to each log line, whether the LOG_PID option was present or not when calling syslog(3). This means that rules which previously did not expect a PID should now allow for an optional one.

Merge request reports

Loading