mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix logging
This commit is contained in:
parent
7828ee7e86
commit
a55acf1f07
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue