-
Notifications
You must be signed in to change notification settings - Fork 6
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
refactor keep processor logic #35
Conversation
b5203a5
to
17eb6f0
Compare
After upgrading from 0.9 to version 1.0 (which seems to contain only this PR), i've now gotten very verbose output when running tests EDIT: I do see now that this is in fact due to running pytest with the Is there no other way to still be able to silence this new output from pytest-structlog?
Is this an accidental regression, and/or is there a way to silence this output by default? |
Intentional. This is not an accidental regression, and it is mentioned in the README (which was part of this PR):
pytest-structlog 1.0 will report which processors are kept/evicted from configuration, and whether to display that info is keyed off the verbosity level that pytest is running under. It would be possible to add a configuration option to control this reporting, like auto/always/never. |
…y of pytest verbosity level. See #35 (comment)
@stianjensen In 1.1, reporting of pytest-structlog's own settings can also be explicitly enabled/disabled independently of verbosity level by specifying |
closes #34