Kevin de Ruijter
Kevin de Ruijter
For anyone still stumbling on this issue. I have a complex situation where I need to define a different logger for both a child and parent module. Creating a separate...
@Delgan Thank you for the warning, I am aware of the implications. If the `logger.new()` comes through, I'll switch to that instead. When I use deep copy, at least in...
@Delgan Somehow calling `new_logger.configure(handlers=[..])` changes the handlers for `logger` too, whilst creating a new `Logger()` doesn't have that effect. - I have a partially customised version of the documented `InterceptHandler(logging.Handler)`...