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