diff --git a/pyproject.toml b/pyproject.toml index 718e4431..f68f56eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,10 @@ filterwarnings = [ ] testpaths = ["tests"] norecursedirs = ["tests/utilities"] + log_cli = True log_level = "INFO" log_file = "pytest.log" log_file_level = "INFO" +log_format = "%(asctime)s %(levelname)s %(message)s" +log_date_format = "%Y-%m-%d %H:%M:%S"