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.
Updated by Jason Ish about 5 years ago
- Related to Feature #1851: add verbosity level description to the help command added
Updated by Jason Ish about 5 years ago
- Status changed from Assigned to Closed
- Target version changed from 70 to 5.0.0
Fix merged.
https://github.com/OISF/suricata/pull/4266
Actions