mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
add logLevel default and annotation for quick access to enabling debug logs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
soc:
|
||||
logFilename: /opt/sensoroni/logs/sensoroni-server.log
|
||||
logLevel: info
|
||||
actions:
|
||||
- name: actionHunt
|
||||
description: actionHuntHelp
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
soc:
|
||||
logLevel:
|
||||
description: The SOC log level, useful for enabling debug logging for advanced troubleshooting. Allowed values are debug, info, warn, error. The SOC log is available at /opt/so/log/soc/sensoroni-server.log.
|
||||
global: True
|
||||
regex: (info|debug|warn|error)
|
||||
files:
|
||||
soc:
|
||||
banner__md:
|
||||
|
||||
Reference in New Issue
Block a user