Commit bf23a23
fix(health): reduce log noise by changing periodic health reports to DEBUG level
The health manager was logging health reports every minute at INFO level,
which was too noisy for production logs. These routine operational checks
are now logged at DEBUG level instead.
Users can still see these logs by setting log level to debug, but they
won't clutter INFO-level logs during normal operation.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent d205473 commit bf23a23
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
680 | | - | |
| 680 | + | |
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
| |||
0 commit comments