Open RumovZ opened 2 weeks ago
Currently, rookiepy logs to the root logger. I suggest using a named child logger (by convention __name__ i.e. rookiepy), so downstream applications can control its logging independently from other loggers in the application.
__name__
rookiepy
Describe the feature
Currently, rookiepy logs to the root logger. I suggest using a named child logger (by convention
__name__
i.e.rookiepy
), so downstream applications can control its logging independently from other loggers in the application.