tech(config): add log.filters to default and sample

This commit is contained in:
bergquist
2016-10-07 10:39:01 +02:00
parent a5cbfc8b98
commit a3c91450d5
3 changed files with 8 additions and 1 deletions

View File

@@ -277,6 +277,10 @@
# Either "trace", "debug", "info", "warn", "error", "critical", default is "info"
;level = info
# optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
;filters =
# For "console" mode only
[log.console]
;level =