Commit 99498b2
committed
fix: Change scheduler watchdog and loop logs from DEBUG to INFO level
- Change watchdog periodic status log from DEBUG to INFO
- Change scheduler loop status logs from DEBUG to INFO
- Add next_run_time to watchdog and scheduler loop logs for better visibility
This ensures scheduler activity is visible in production logs, making it
easier to diagnose if scheduler stops running. Previously, these logs were
at DEBUG level and not visible in production, making it hard to track
scheduler state between cycles.
Fixes: Missing logs between cycles making it unclear if scheduler is running1 parent 25caca4 commit 99498b2
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
981 | | - | |
| 981 | + | |
982 | 982 | | |
983 | 983 | | |
984 | 984 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments