mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
suricata: enable syslog output
This fixes the following error preventing startup in daemon mode: suricata[20485]: 31/7/2018 -- 13:19:48 - <Error> - [ERRCODE: SC_ERR_MISSING_CONFIG_PARAM(118)] - NO logging compatible with daemon mode selected, suricata won't be able to log. Please update 'logging.outputs' Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -787,7 +787,7 @@ logging:
|
||||
enabled: no
|
||||
filename: /var/log/suricata.log
|
||||
- syslog:
|
||||
enabled: no
|
||||
enabled: yes
|
||||
facility: local5
|
||||
format: "[%i] <%d> -- "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user