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:
Koen Kooi
2018-08-01 10:09:24 +02:00
committed by Armin Kuster
parent 111835003d
commit 2c266a1cfe
@@ -787,7 +787,7 @@ logging:
enabled: no
filename: /var/log/suricata.log
- syslog:
enabled: no
enabled: yes
facility: local5
format: "[%i] <%d> -- "