lisa.utils.setup_logging#
- lisa.utils.setup_logging(filepath='logging.conf', level=None)[source]#
Initialize logging used for all the LISA modules.
- Parameters:
filepath (str) – the relative or absolute path of the logging configuration to use. Relative path uses
lisa.utils.LISA_HOME
as base folder.level (int or str) – Override the conf file and force logging level. Defaults to
logging.INFO
.