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 spam from matplotlib: get rid of global logging and use custom logger #30

Closed
MichaelGrupp opened this issue Mar 9, 2018 · 0 comments · Fixed by #32
Closed

Log spam from matplotlib: get rid of global logging and use custom logger #30

MichaelGrupp opened this issue Mar 9, 2018 · 0 comments · Fixed by #32
Assignees

Comments

@MichaelGrupp
Copy link
Owner

MichaelGrupp commented Mar 9, 2018

The new matplotlib version spams the DEBUG logs (verbose mode) like crazy. To prevent this, don't configure the logging module globally anymore but only a scoped logger for the evo package.

@MichaelGrupp MichaelGrupp self-assigned this Mar 9, 2018
MichaelGrupp added a commit that referenced this issue Mar 18, 2018
- introduce root logger "evo" and descendants in modules
- remove calls to / configuration of root logger

Also fixes #30.
MichaelGrupp added a commit that referenced this issue Mar 18, 2018
- introduce root logger "evo" and descendants in modules
- remove calls to / configuration of root logger
- replace `evo.tools.settings.configure_logging` with `evo.tools.log.configure_logging`

Also fixes #30.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant