Commit 65d3f2a
authored
chore(test): reduce default pytest log level from DEBUG to WARNING (#1523)
* chore(test): reduce default pytest log level from DEBUG to WARNING
The DEBUG level was flooding test output with verbose nemoguardrails
logs,making it difficult to read test results. Users can still enable
verbose logging when needed via `--log-level=DEBUG`.
* Updated test that relies on INFO-level log capture to explicitly set caplog level.1 parent 30f61b2 commit 65d3f2a
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
232 | 235 | | |
233 | 236 | | |
234 | 237 | | |
| |||
0 commit comments