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

Rework verbosity #98

Open
guiguem opened this issue Jun 27, 2018 · 1 comment
Open

Rework verbosity #98

guiguem opened this issue Jun 27, 2018 · 1 comment

Comments

@guiguem
Copy link
Contributor

guiguem commented Jun 27, 2018

Now that we have processors, we have to find a scheme for passing the logging verbosity from the main morpho executable down to all the processors (as is, it does not work...)

@guiguem guiguem added this to To Do in morpho version 2 via automation Jun 27, 2018
@laroque
Copy link
Contributor

laroque commented Jun 27, 2018

You want to set the level of the handler, not the logger. Setting the level of a specific logger is for overriding that: https://docs.python.org/2/howto/logging-cookbook.html#multiple-handlers-and-formatters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants