From: Damjan Marion Date: Fri, 5 Nov 2021 18:44:07 +0000 (+0100) Subject: snort: default logging level should not be debug X-Git-Tag: v22.06-rc0~302 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=4902dda87c86cae651c7531d46f4583b51aa69bd;p=vpp.git snort: default logging level should not be debug Type: fix Fixes: 839b147 Change-Id: I6315c866237ddc65a8d67e412c6eb70396c8172f Signed-off-by: Damjan Marion --- 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__)