diff --git a/python/pytest.ini b/python/pytest.ini index 30768b6..441f361 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -1,5 +1,7 @@ [pytest] addopts= +log_cli = true +log_cli_level = DEBUG filterwarnings = ignore::UserWarning ignore::DeprecationWarning