feat(config.py): add setting for audit log strictness

This commit is contained in:
EvB 2017-01-25 11:38:30 -05:00
parent 3dd6e6919d
commit 503c4cd235

View file

@ -273,6 +273,10 @@ class DefaultConfig(object):
SYSTEM_LOGS_FILE = "/var/log/syslog"
SYSTEM_SERVICES_PATH = "conf/init/service/"
# Disallow all registry operations if unable to write to the audit log
# When disabled, registry pulls are allowed despite any failures to write to audit log
STRICT_AUDIT_LOG=true
# Services that should not be shown in the logs view.
SYSTEM_SERVICE_BLACKLIST = []