From b4e3c32e24b3b96e06f250ee50329731d19aea7e Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Wed, 21 Apr 2021 18:03:20 +0200 Subject: [PATCH] chore(conf): log only to file by default --- etc/logger.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/logger.conf b/etc/logger.conf index 4fd0faf5f..9f3b623aa 100644 --- a/etc/logger.conf +++ b/etc/logger.conf @@ -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 \ No newline at end of file +#log.burst_limit = 20000, 1s