bout_runners.utils.logs

Contains methods which deals with logging.

Functions

get_log_config()

Get the logging configuration.

set_up_logger(config, Any], NoneType] = None)

Set up the logger.

bout_runners.utils.logs.get_log_config() → Dict[str, Any][source]

Get the logging configuration.

Returns
configdict

A dictionary containing the logging configuration

bout_runners.utils.logs.set_up_logger(config: Union[Dict[str, Any], NoneType] = None) → None[source]

Set up the logger.

Parameters
configNone or dict

A dictionary containing the logging configuration