Skip to content

Commit

Permalink
Changed default sandpiper logging level from DEBUG to INFO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanabani committed Oct 25, 2020
1 parent 6a2ee64 commit 9f951b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandpiper/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},

"logging": {
"sandpiper_logging_level": "DEBUG",
"sandpiper_logging_level": "INFO",
"discord_logging_level": "WARNING",
"output_file": "./logs/sandpiper.log",
"when": "midnight",
Expand Down
2 changes: 1 addition & 1 deletion sandpiper/config_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},

"logging": {
"sandpiper_logging_level": "DEBUG",
"sandpiper_logging_level": "INFO",
"discord_logging_level": "WARNING",
"output_file": "./logs/sandpiper.log",
"when": "midnight",
Expand Down

0 comments on commit 9f951b7

Please sign in to comment.