mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
add logLevel default and annotation for quick access to enabling debug logs
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
soc:
|
soc:
|
||||||
logFilename: /opt/sensoroni/logs/sensoroni-server.log
|
logFilename: /opt/sensoroni/logs/sensoroni-server.log
|
||||||
|
logLevel: info
|
||||||
actions:
|
actions:
|
||||||
- name: actionHunt
|
- name: actionHunt
|
||||||
description: actionHuntHelp
|
description: actionHuntHelp
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
soc:
|
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:
|
files:
|
||||||
soc:
|
soc:
|
||||||
banner__md:
|
banner__md:
|
||||||
|
|||||||
Reference in New Issue
Block a user