feat(endpoints/trackhelper): wrap log op for silent fails

This commit is contained in:
EvB 2017-02-15 15:44:08 -05:00
parent 503c4cd235
commit 6916d82e0d
2 changed files with 17 additions and 7 deletions

View file

@ -273,9 +273,8 @@ 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
# Allow registry pulls when unable to write to the audit log
ALLOW_PULLS_WITHOUT_STRICT_LOGGING = False
# Services that should not be shown in the logs view.
SYSTEM_SERVICE_BLACKLIST = []