Merge pull request #2306 from coreos-inc/QUAY-2842-audit-log-strict-config-option

feat(config.py): add setting for audit log strictness
This commit is contained in:
Erica 2017-04-07 13:43:11 -04:00 committed by GitHub
commit 3f79422a52
3 changed files with 108 additions and 4 deletions

View file

@ -273,6 +273,9 @@ class DefaultConfig(object):
SYSTEM_LOGS_FILE = "/var/log/syslog"
SYSTEM_SERVICES_PATH = "conf/init/service/"
# 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 = []