]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Change JSON alert syslog level to INFO
authorTom DeCanio <decanio.tom@gmail.com>
Tue, 25 Jun 2013 19:40:16 +0000 (12:40 -0700)
committerVictor Julien <victor@inliniac.net>
Wed, 29 Jan 2014 10:07:50 +0000 (11:07 +0100)
src/alert-json.c

index e81d32e43212cf3ecb712b8ee59a3ef7d445434f..d9a023a7266e635eb59b69cdbc2f70cde6d4470c 100644 (file)
@@ -110,7 +110,7 @@ void AlertJsonRegisterTests (void) {
 #define DEFAULT_LOG_FILENAME "json.log"
 #define DEFAULT_ALERT_SYSLOG_FACILITY_STR       "local0"
 #define DEFAULT_ALERT_SYSLOG_FACILITY           LOG_LOCAL0
-#define DEFAULT_ALERT_SYSLOG_LEVEL              LOG_ERR
+#define DEFAULT_ALERT_SYSLOG_LEVEL              LOG_INFO
 #define MODULE_NAME "AlertJSON"
 
 extern uint8_t engine_mode;