Skip to content

Commit

Permalink
Change 'WARNING' back to 'INFO'
Browse files Browse the repository at this point in the history
  • Loading branch information
BTCgreen-Network committed Aug 9, 2022
1 parent 5f24cd3 commit bfc2819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shibgreen/util/initial-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ daemon_ssl:
logging: &logging
log_stdout: False # If True, outputs to stdout instead of a file
log_filename: "log/debug.log"
log_level: "WARNING" # Can be CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET
log_level: "INFO" # Can be CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET
log_maxfilesrotation: 7 # Max files in rotation. Default value 7 if the key is not set
log_maxbytesrotation: 52428800 # Max bytes logged before rotating logs
log_syslog: False # If True, outputs to SysLog host and port specified
Expand Down

0 comments on commit bfc2819

Please sign in to comment.