Replies: 2 comments 2 replies
-
Pytest-metadata is a plug-in that's helping Also the terminal header hooks |
Beta Was this translation helpful? Give feedback.
2 replies
-
It sounds like you should be able to disable the StreamHandler for all loggers and only enable it for the specific logger you create in conftest? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
As we use pytest for e2e tests with logs of logs, we decided to use log_cli=false on our CI.
However, on conftest session start we are logging useful information of the test session (mostly environment discovery items), but when using log_cli=false the test session avoids logging it.
What are our options?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions