Add debug_level option

This commit is contained in:
Luigi311
2022-06-13 18:16:55 -06:00
parent 4657097f6d
commit c18f0a2582
3 changed files with 9 additions and 4 deletions

View File

@@ -2,6 +2,8 @@
DRYRUN = "True"
## Additional logging information
DEBUG = "True"
## Debugging level, INFO is default, DEBUG is more verbose
DEBUG_LEVEL = "INFO"
## How often to run the script in seconds
SLEEP_DURATION = "3600"
## Log file where all output will be written to