lst_auto_rta.utils.logging.init_logging

lst_auto_rta.utils.logging.init_logging(log_level: str = 'DEBUG', log_filename: str = '', format_title: str = 'LST AUTO RTA')[source]

(Re-)initialize all loggers (Stream and file logger)

Parameters:
  • log_level (str, Optional) – Log level of python logging’s module to apply to all loggers. Default: DEBUG

  • log_filename (str, Optional) – Path to the log file for the file logger. Default “”

  • format_title (str, Optional) – Log line format “title” field. Default “LST AUTO RTA”