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

Log cyipopt messages to the 'cyipopt' logging namespace #102

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

jsiirola
Copy link
Contributor

Currently cyipopt logs messages to the Python root logging namespace. This makes it challenging when building larger applications that embed cyipopt, as you cannot for example easily enable INFO logging for the application without also also getting INFO log messages from cyipopt.

This PR moves cyipopt logging into the 'cyipopt' logging namespace to allow users more fine-grained control of the logged messages.

@moorepants
Copy link
Collaborator

This seems fine to me. Thanks.

@moorepants moorepants merged commit 2759a81 into mechmotum:master Mar 17, 2021
@jsiirola jsiirola deleted the logging-namespace branch April 16, 2021 14:56
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.

2 participants