pupdb icon indicating copy to clipboard operation
pupdb copied to clipboard

Module should not use root logger

Open nosuchip opened this issue 3 years ago • 0 comments

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.

nosuchip avatar Apr 13 '21 21:04 nosuchip