Skip to content

Allow to configure log level from Python #12

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

Merged
merged 4 commits into from
Oct 13, 2022

Conversation

merlimat
Copy link
Contributor

There is currently no easy way to configure the C++ library logging from Python, other than adding a Python logger which has the problem of having each call bubbled back from C++ -> Python.

Instead we can allow to configure Console of File loggers and set the desired log level.

Potentially we can also expand to allow more flexibility.

@merlimat merlimat added this to the 3.0.0 milestone Oct 12, 2022
@merlimat merlimat self-assigned this Oct 12, 2022
@BewareMyPower BewareMyPower merged commit f062598 into apache:main Oct 13, 2022
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