{"library":"pytest-logging","title":"pytest-logging","description":"Configures logging for pytest and allows tweaking the log level via command-line flags. Current version is 2015.11.4. The package has been in maintenance mode for years and is largely superseded by built-in pytest logging since pytest 3.3+.","language":"python","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["pip install pytest-logging"],"cli":null},"imports":["import pytest_logging"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# pytest.ini or setup.cfg\n[pytest]\nlog_cli = true\nlog_level = DEBUG\n\n# Then run tests with: pytest -s --log-level=DEBUG","lang":"ini","description":"Configure logging via pytest.ini and use --log-level flag. Note: built-in pytest logging is preferred.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}