|
|
@@ -5,10 +5,9 @@
|
|
|
|
|
|
app_mode = production
|
|
|
|
|
|
-# Once every 1 hour Grafana will report anonymous data to
|
|
|
-# stats.grafana.org (https). No ip addresses are being tracked.
|
|
|
-# only simple counters to track running instances, dashboard
|
|
|
-# counts and errors. It is very helpful to us.
|
|
|
+# Report anonymous usage counters to stats.grafana.org (https).
|
|
|
+# No ip addresses are being tracked, only simple counters to track
|
|
|
+# running instances, dashboard and error counts. It is very helpful to us.
|
|
|
# Change this option to false to disable reporting.
|
|
|
reporting-enabled = true
|
|
|
|
|
|
@@ -71,7 +70,8 @@ org_name = Main org.
|
|
|
org_role = Viewer
|
|
|
|
|
|
[log]
|
|
|
-level = Trace
|
|
|
+; Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Trace"
|
|
|
+level = Info
|
|
|
mode = console, file
|
|
|
root_path = /var/log/grafana
|
|
|
|