Gate data proxy audit logging behind audit_logging server setting

This commit is contained in:
Ricky Niemi
2017-01-11 07:22:57 -08:00
parent d9cbb994b8
commit 0fee7c863a
5 changed files with 22 additions and 11 deletions

View File

@@ -47,6 +47,9 @@ root_url = %(protocol)s://%(domain)s:%(http_port)s/
# Log web requests
router_logging = false
# This enables query request audit logging, output at warn level, default is false
audit_logging = false
# the path relative working path
static_root_path = public

View File

@@ -49,6 +49,9 @@
# Log web requests
;router_logging = false
# This enables query request audit logging, output at warn level, default is false
audit_logging = false
# the path relative working path
;static_root_path = public