feat(logging): added loging filters

This commit is contained in:
Torkel Ödegaard
2016-06-07 12:11:41 +02:00
parent 3dc7706c45
commit a02cf5beb7
6 changed files with 73 additions and 17 deletions
-3
View File
@@ -233,9 +233,6 @@ check_for_updates = true
# Use comma to separate multiple modes, e.g. "console, file"
;mode = console, file
# Buffer length of channel, keep it as it is if you don't know what it is.
;buffer_len = 10000
# Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Info"
;level = Info