in cirruslib to cirrus.lib refactor the logging initialization got lost. cirruslib.__init__ used to say: > from .logging import get_task_logger which caused `cirrus.lib.logging` to get loaded, and in the process inject the cirrus logging configs into the python logging system.
in cirruslib to cirrus.lib refactor the logging initialization got lost.
cirruslib.init used to say:
which caused
cirrus.lib.loggingto get loaded, and in the process inject the cirrus logging configs into the python logging system.