From: Tom DeCanio Date: Tue, 25 Jun 2013 19:40:16 +0000 (-0700) Subject: Change JSON alert syslog level to INFO X-Git-Tag: suricata-2.0rc1~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07571367d3bcf51be6866fbed293ae649eca809d;p=thirdparty%2Fsuricata.git Change JSON alert syslog level to INFO --- diff --git a/src/alert-json.c b/src/alert-json.c index e81d32e432..d9a023a726 100644 --- a/src/alert-json.c +++ b/src/alert-json.c @@ -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;