Logger

rundeck_resources.logger.setup_logging(default_path=None, default_level=40, env_key='LOG_CFG')[source]

Method that sets the logging system up.

Parameters:
  • default_path (Optional[str]) – The path to the logger configuration.
  • default_level (int) – The default logging level (DEFAULT: ERROR)
  • env_key (str) – The environment variable specifying the path to the configuration file.
Return type:

None