Modify the current hardcoded log config by adding a functionality that allows users to read from a config and fine tune the logging level and output handler of a specific module. See the reference below for how to do it:
https://docs.python.org/3/library/logging.config.html#module-logging.config
Modify the current hardcoded log config by adding a functionality that allows users to read from a config and fine tune the logging level and output handler of a specific module. See the reference below for how to do it:
https://docs.python.org/3/library/logging.config.html#module-logging.config