You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a way to turn off logging or use log_cli_level to make it less verbose. Currently we can only turn off console logging using log_cli=true or log_cli=false.
We need ability to set logging to WARNING, CRITICAL etc.
log_cli_levelto make it less verbose. Currently we can only turn off console logging usinglog_cli=trueorlog_cli=false.WARNING, should this apply to both console and pytest-tests.log?