]> git.ipfire.org Git - thirdparty/suricata.git/commit
syslog: treat SC_LOG_PERF messages as LOG_DEBUG
authorAlexander Gozman <a.gozman@securitycode.ru>
Thu, 9 Nov 2017 11:55:47 +0000 (11:55 +0000)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Nov 2017 16:27:29 +0000 (17:27 +0100)
commit63e1371c8bd26f684a3e9afe3849e1d737435194
treee06907ba7c5d30c49f514f4a189144d75a330a06
parentcb70d85c692df3e96495fa427429782add092d4d
syslog: treat SC_LOG_PERF messages as LOG_DEBUG

SCLogMapLogLevelToSyslogLevel(): treat SC_LOG_PERF messages as LOG_DEBUG

Previously, when logging to syslog, perf events had a default EMERG priority,
which could be a bit confusing.
src/util-debug.c