Skip to content

Draft: Fix logging initialization bug

Stephen Turnbull requested to merge stephenjturnbull/mailman:new-logging into master

This bug interferes with any logger that is mentioned multiple times in the configuration.

The original code overwrites the value of the .handler attribute with a newly created handler.

The new code prevents this by leaving initialized .handler alone.

I guess it needs a News item still?

See #931 (comment 1411199556).

Merge request reports