Skip to content

Commit 9260133

Browse files
committed
update contributing guide
1 parent 2f2c046 commit 9260133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ the pages will re-render and the browser will automatically refresh.
227227
## Enable Debug Logs
228228
- Use `-o log_cli_level="DEBUG" -o log_cli=1` with `just test` or `pytest`.
229229
- 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.
230232

231233
## Re-sync Spec Tests
232234

0 commit comments

Comments
 (0)