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 ## - file: write logs only to file
## - console: write logs only to standard I/O ## - console: write logs only to standard I/O
## - both: write logs both to file and standard I/O ## - both: write logs both to file and standard I/O
log.to = both log.to = file
## The log severity level. ## The log severity level.
## ##