thewh1teagle / rookie

Load cookies from your web browsers
https://crates.io/crates/rookie
MIT License
204 stars 18 forks source link

[Feature Request]: Use child instead of root logger (Python) #82

Open RumovZ opened 2 weeks ago

RumovZ commented 2 weeks ago

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.