We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50f692 commit 40d3410Copy full SHA for 40d3410
pyproject.toml
@@ -105,10 +105,10 @@ cmd = "pip uninstall temporalio -y"
105
106
[tool.pytest.ini_options]
107
asyncio_mode = "auto"
108
-log_level = "WARN"
109
-log_cli = true
110
-log_cli_level = "WARN"
111
-log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
+# Do not use log_cli since this shows logging for all tests, not just the ones
+# that failed. Instead, show all logs for failed tests at the end.
+log_level = "DEBUG"
+log_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
112
testpaths = ["tests"]
113
timeout = 600
114
timeout_func_only = true
0 commit comments