_config_to_loggerConf

swxsoc.util.logger._config_to_loggerConf(config)[source]

Translates a user-provided YAML config dictionary to astropy.logger.LoggerConf.

Parameters: config (dict): Configuration dictionary loaded from a YAML file.

Returns: LoggerConf: Configured LoggerConf object, or None if ‘logger’ section is missing.