Rename to audit logging to data proxy logging

This commit is contained in:
Ricky Niemi
2017-01-11 07:40:06 -08:00
parent 0fee7c863a
commit 269d16301a
5 changed files with 11 additions and 11 deletions

View File

@@ -47,8 +47,8 @@ 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
# This enables data proxy logging, default is false
data_proxy_logging = false
# the path relative working path
static_root_path = public

View File

@@ -50,7 +50,7 @@
;router_logging = false
# This enables query request audit logging, output at warn level, default is false
audit_logging = false
;data_proxy_logging = false
# the path relative working path
;static_root_path = public