systemd: Add a native systemd journal logger

This commit is contained in:
Martin Willi
2014-09-22 14:19:37 +02:00
parent 5421092b75
commit e2d9f27c19
4 changed files with 200 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
charon-systemd.journal {}
Section to configure native systemd journal logger, very similar to the
syslog logger as described in LOGGER CONFIGURATION in
**strongswan.conf**(5).
charon-systemd.journal.default = 1
Default loglevel.
Specifies the default loglevel to be used for subsystems for which no
specific loglevel is defined.
charon-systemd.journal.<subsystem> = <default>
Loglevel for a specific subsystem.