Browse Source

Updated config (minor description change)

Torkel Ödegaard 11 years ago
parent
commit
c01efad997
2 changed files with 6 additions and 6 deletions
  1. 1 1
      conf/defaults.ini
  2. 5 5
      conf/sample.ini

+ 1 - 1
conf/defaults.ini

@@ -3,7 +3,7 @@ app_mode = production
 
 
 # Report anonymous usage counters to stats.grafana.org (https).
 # Report anonymous usage counters to stats.grafana.org (https).
 # No ip addresses are being tracked, only simple counters to track
 # No ip addresses are being tracked, only simple counters to track
-# running instances, dashboard count and errors. It is very helpful to us.
+# running instances, dashboard and error counts. It is very helpful to us.
 # Change this option to false to disable reporting.
 # Change this option to false to disable reporting.
 reporting-enabled = true
 reporting-enabled = true
 
 

+ 5 - 5
conf/sample.ini

@@ -5,10 +5,9 @@
 
 
 app_mode = production
 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.
 # Change this option to false to disable reporting.
 reporting-enabled = true
 reporting-enabled = true
 
 
@@ -71,7 +70,8 @@ org_name = Main org.
 org_role = Viewer
 org_role = Viewer
 
 
 [log]
 [log]
-level = Trace
+; Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Trace"
+level = Info
 mode = console, file
 mode = console, file
 root_path = /var/log/grafana
 root_path = /var/log/grafana