Actions
Bug #3210
closedIndividual output log levels capped by the default log level
Affected Versions:
Effort:
Difficulty:
Label:
Description
When using a config like:
logging:
default-log-level: notice
outputs:
- console:
enabled: yes
level: info
- file:
enabled: yes
level: info
filename: suricata.log
Neither the console or file log will actually log and info, but instead be limited to notice as the SCLog macro does its check against the default value, and not the most verbose level used.
Actions