Set log_stdout=False by default

This commit is contained in:
Mariano Sorgente 2020-01-31 13:12:07 +09:00
parent ea55e955e1
commit 9a04b6a9e2
No known key found for this signature in database
GPG Key ID: 0F866338C369278C

View File

@ -4,7 +4,7 @@ ping_interval: 120
# Controls logging of all servers (harvester, farmer, etc..). Each one can be overriden.
logging: &logging
log_stdout: True # If True, outputs to stdout instead of a file
log_stdout: False # If True, outputs to stdout instead of a file
log_filename: "chia.log"
harvester: