Table of Contents
List of Examples
Table of Contents
This module can replace the syslog logging with sending the log messages to systemd journal. The logging to systemd is started when this module is loaded, before that the default syslog system is used.
It requires that core parameters log_engine_type to be set to 'systemd'. It is not enabled if log_stderror=yes.
Example 1.1. Core Logging Replacement with Systemd
... log_engine_type="systemd" ... loadmodule "log_systemd.so" ...
Print the text in the systemd journal at the provided level parameter.
Both parameters can contain variables.
For more, see the manual page for function sd_journal_print() in C library libsystemd.
This function can be used from ANY_ROUTE.