chore(conf): log only to file by default
This commit is contained in:
parent
c511e324bb
commit
b4e3c32e24
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue