Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module should not use root logger #5

Open
nosuchip opened this issue Apr 13, 2021 · 0 comments
Open

Module should not use root logger #5

nosuchip opened this issue Apr 13, 2021 · 0 comments

Comments

@nosuchip
Copy link

Here: https://github.com/tuxmonk/pupdb/blob/master/pupdb/core.py#L12 module creates root logger and thus duplicate line application which setup its own logger. Module must instantiate logger with __name__ parameter and do not override root one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant