|
hlcc 2.0.0-beta2+pre1
|
Namespaces | |
| namespace | utils |
| namespace | utils.logging_config |
| namespace | logging_config |
| Help utilities to conofigure loggin in python. | |
Functions | |
| def | utils.logging_config.logging_default_config (root_level=logging.TRACE, console_level=logging.INFO, syslog_level=logging.DEBUG, disable_existing_loggers=True) |
| This simple utility function configures default python logging to log on stdout and SYSLOG with default configuration and formatters. | |
| def | utils.logging_config.show_dict_fields (prefix, dict1) |
| def | utils.logging_config.show_log (k, v) |
| def | utils.logging_config.show_logs_and_handlers () |