Commit f08e4c9
fix: Reduce scheduler debug log spam in CI
Change high-frequency scheduler status logs from Debug to Trace level:
- "Scheduler waiting: Total=X, Queued=X, Executing=X, Completed=X"
- "Pending modules: ..."
- "Executing modules: ..."
These messages fire every scheduler loop iteration while waiting for modules
to complete, causing significant log spam in CI. Moving them to Trace keeps
them available for deep debugging while keeping Debug output clean.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent dfd5b77 commit f08e4c9
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments