This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # For an explanation and more advanced setup, see this video from mCoding https://www.youtube.com/watch?v=9L77QExPmI0 | |
| import logging | |
| import logging.config | |
| logging.config.dictConfig( | |
| { | |
| "version": 1, | |
| "disable_existing_loggers": False, | |
| "formatters": { |