Skip to content

move logging from info to debug to reduce log size

Mforns requested to merge reduce-logs into main

Scheduler logs are big (1GB/day). This change reduces the size of the log by ~100MB/day by using debug instead of info level in 2 logging calls.

Merge request reports