client.logging
Configuration setting for client-side only.
Attributes
Classes
A class to automatically format and attach handlers to client logging modules. |
Module Contents
- client.logging._DEFAULT_LOG_FORMAT = '%(asctime)s [%(name)-12s] %(module)s %(levelname)-8s: %(message)s'[source]
- class client.logging.JobmonLoggerConfig[source]
A class to automatically format and attach handlers to client logging modules.
- classmethod set_default_config(dict_config: Dict | None = None) None[source]
Set the default logging configuration for this factory.
- Parameters:
dict_config – A logging dict config to utilize when adding new loggers. each logger added via add_logger method expects to find a handler called “default”