diff --git a/src/util-debug.c b/src/util-debug.c index 0d26cd79b7..67466fb093 100644 --- a/src/util-debug.c +++ b/src/util-debug.c @@ -141,6 +141,7 @@ static inline int SCLogMapLogLevelToSyslogLevel(int log_level) syslog_log_level = LOG_INFO; break; case SC_LOG_DEBUG: + case SC_LOG_PERF: syslog_log_level = LOG_DEBUG; break; default: