chore(conf): log only to file by default

This commit is contained in:
Zaiming Shi 2021-04-21 18:03:20 +02:00 committed by turtleDeng
parent c511e324bb
commit b4e3c32e24
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
## - file: write logs only to file
## - console: write logs only to standard I/O
## - both: write logs both to file and standard I/O
log.to = both
log.to = file
## The log severity level.
##
@ -167,4 +167,4 @@ log.rotation.count = 5
## Value: MaxBurstCount,TimeWindow
## Default: disabled
##
#log.burst_limit = 20000, 1s
#log.burst_limit = 20000, 1s