Project

General

Profile

Actions

Bug #3210

closed

Individual output log levels capped by the default log level

Added by Jason Ish over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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.


Related issues 1 (0 open1 closed)

Related to Suricata - Feature #1851: add verbosity level description to the help commandClosedJason IshActions
Actions #1

Updated by Jason Ish over 4 years ago

  • Related to Feature #1851: add verbosity level description to the help command added
Actions #2

Updated by Jason Ish over 4 years ago

  • Status changed from Assigned to Closed
  • Target version changed from 70 to 5.0.0
Actions

Also available in: Atom PDF