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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,8 @@ the pages will re-render and the browser will automatically refresh.
227
227
## Enable Debug Logs
228
228
- Use `-o log_cli_level="DEBUG" -o log_cli=1` with `just test` or `pytest`.
229
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
+
- You can also set `DEBUG_LOG=1` and run either `just setup-tests` or `just-test`.
231
+
- For evergreen patch builds, you can use `evergreen patch --param DEBUG_LOG=1` to enable debug logs for the patch.
0 commit comments