Commit 54c1ae7
fix(ci): allow info level for test_utils in RUST_LOG
The logger capture tests need info-level logs to pass. The RUST_LOG
filter was set to error by default, which blocked the test's captured
messages. Adding test_utils=info allows those tests to work while
keeping debug logging for transport layer diagnosis.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d219f4f commit 54c1ae7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
0 commit comments