add logLevel default and annotation for quick access to enabling debug logs

This commit is contained in:
Jason Ertel
2022-09-27 16:55:28 -04:00
parent 981371c72f
commit e519548557
2 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
soc:
logFilename: /opt/sensoroni/logs/sensoroni-server.log
logLevel: info
actions:
- name: actionHunt
description: actionHuntHelp

View File

@@ -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: