]> git.ipfire.org Git - thirdparty/suricata.git/commit
logging: respect individual log levels
authorJason Ish <jason.ish@oisf.net>
Wed, 2 Oct 2019 22:23:05 +0000 (16:23 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 10 Oct 2019 05:41:05 +0000 (07:41 +0200)
commit89634b65084fc80e11c177d26d0122cb71638ce2
treeaed273b7cff61677233c53b19da0ee027f04670b
parent808ea0dba9ee68d0e0359bf94aa6fd7575f4e34d
logging: respect individual log levels

The log level of individual loggers (console, file, syslog) was
being capped by the default log level. For example, if the
default log level was notice, setting the file level to info
would still result in notice level logging.

Bug #3210
src/util-debug.c