Don't propagate loggers; add some logging. #291
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "no_propagate_loggers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I disabled logger propagation to prevent the root logger from duplicating the custom loggers. In the future there might be something we want to do with the root logger, but I think this is the best way for now to avoid double messages.