mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
regex should match entire input against allowed logLevel values
This commit is contained in:
@@ -2,7 +2,7 @@ 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)
|
||||
regex: ^(info|debug|warn|error)$
|
||||
files:
|
||||
soc:
|
||||
banner__md:
|
||||
|
||||
Reference in New Issue
Block a user