Don't propagate loggers; add some logging. #291
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-30#291
Loading…
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.