snort: default logging level should not be debug 67/34367/2
authorDamjan Marion <damarion@cisco.com>
Fri, 5 Nov 2021 18:44:07 +0000 (19:44 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 5 Nov 2021 22:04:56 +0000 (22:04 +0000)
Type: fix
Fixes: 839b147
Change-Id: I6315c866237ddc65a8d67e412c6eb70396c8172f
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/plugins/snort/main.c

index 157ab8d..89ffa88 100644 (file)
@@ -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__)