From 4902dda87c86cae651c7531d46f4583b51aa69bd Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 5 Nov 2021 19:44:07 +0100 Subject: [PATCH] snort: default logging level should not be debug Type: fix Fixes: 839b147 Change-Id: I6315c866237ddc65a8d67e412c6eb70396c8172f Signed-off-by: Damjan Marion --- src/plugins/snort/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/snort/main.c b/src/plugins/snort/main.c index 157ab8d6fae..89ffa88235a 100644 --- a/src/plugins/snort/main.c +++ b/src/plugins/snort/main.c @@ -13,7 +13,6 @@ snort_main_t snort_main; VLIB_REGISTER_LOG_CLASS (snort_log, static) = { .class_name = "snort", - .default_syslog_level = VLIB_LOG_LEVEL_DEBUG, }; #define log_debug(fmt, ...) vlib_log_debug (snort_log.class, fmt, __VA_ARGS__) -- 2.16.6