hutch_python.log_setup.get_console_level¶
- hutch_python.log_setup.get_console_level()¶
- Helper function to get the console’s log level. - Returns
- level – Compare to - logging.INFO,- logging.DEBUG, etc. to see which log messages will be printed to the screen.
- Return type
- int