docs(3.1): initial post about whats new in 3.1

This commit is contained in:
bergquist
2016-06-21 16:29:17 +02:00
parent aa9e524e73
commit ef9766eb96
3 changed files with 82 additions and 1 deletions
@@ -446,6 +446,19 @@ Grafana backend index those json dashboards which will make them appear in regul
### path
The full path to a directory containing your json dashboards.
## [log]
### mode
Either "console", "file", "syslog". Default is console and file
Use space to separate multiple modes, e.g. "console file"
### level
Either "debug", "info", "warn", "error", "critical", default is "info"
### filter
optional settings to set different levels for specific loggers.
Ex `filters = sqlstore:debug`
## [metrics]
### enabled