icinga2 syslog -> journald logging

This commit is contained in:
cronekorkn 2022-12-21 11:22:13 +01:00
parent d489971990
commit be4c9ce6f4
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw
3 changed files with 8 additions and 4 deletions

View file

@ -0,0 +1,7 @@
/**
* The JournaldLogger type writes log information to the systemd journal.
*/
object JournaldLogger "journald" {
severity = "warning"
}

View file

@ -1,3 +0,0 @@
object SyslogLogger "syslog" {
severity = "warning"
}

View file

@ -195,7 +195,7 @@ files = {
# FEATURES
for feature, context in {
'syslog': {},
'journald': {},
'notification': {},
'checker': {},
'api': {},