Skip to content

Do not break logging.basicConfig in other applications#47

Open
trivialkettle wants to merge 1 commit intoganehag:masterfrom
trivialkettle:patch-1
Open

Do not break logging.basicConfig in other applications#47
trivialkettle wants to merge 1 commit intoganehag:masterfrom
trivialkettle:patch-1

Conversation

@trivialkettle
Copy link
Copy Markdown
Contributor

The global call of logging.basicConfig breaks the configuration for all other applications, that import meterbus and call logging.basicConfig after that. To enable INFO logging, it is enough to set the level of the derived logger.

The global call of logging.basicConfig breaks the configuration for all other applications, that import meterbus and call logging.basicConfig after that. To enable INFO logging, it is enough to set the level of the derived logger.
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

Successfully merging this pull request may close these issues.

1 participant