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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,10 @@ the pages will re-render and the browser will automatically refresh.
224
224
- Run the tests with `just run-tests`.
225
225
- When done, run `just teardown-tests` to clean up.
226
226
227
+
## Enable Debug Logs
228
+
- Use `-o log_cli_level="DEBUG" -o log_cli=1` with `just test` or `pytest`.
229
+
- Add `log_cli_level = "DEBUG` and `log_cli = 1` to the `tool.pytest.ini_options` section in `pyproject.toml` for Evergreen patches or to enable debug logs by default on your machine.
230
+
227
231
## Re-sync Spec Tests
228
232
229
233
If you would like to re-sync the copy of the specification tests in the
0 commit comments