mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Rename to audit logging to data proxy logging
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user