fix logging

This commit is contained in:
JesseBot 2023-03-18 18:49:23 +01:00
parent 7828ee7e86
commit a55acf1f07
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

View file

@ -13,8 +13,8 @@
log:
# Full path to a file you'd like to log to. Creates file if it doesn't exist
file: ""
# what level of logs to output (DEBUG, INFO, WARN, ERROR)
level: "INFO"
# what level of logs to output (debug, info, warn, error)
level: "info"
# don't output anything to the console, if set and log file passed in, still
# creates a log file. unstable.
# quiet: false