def reset_logging():
"""Reset the logging to reflect the current configuration.
This is commonly called after updating the logging configuration to let the changes take affect.
"""
logging_config.dictConfig(get_logging_configuration_dict())
评论列表
文章目录