Skip to content

Minor: logging.getLogger may need to ensure there is a rootLogger beforehand. #4

Description

@ldunham1

log = logging.getLogger('qute')

It might be safer to ensure there is a root logger available. If there isnt byt this point , I dont think the log object will output.

Might be worth double checking if you need to call logging.basicConfig(level=logging.INFO) beforehand, perhaps ideally with your preferred log level. Its not used if a root logger already exists, so there shouldnt be a downside.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions