Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the following logs to debug level: - `Task broker is ready` - `Launcher's runner ID: f9f15e9381262fbb` - `Runner's task offer was accepted` With info level, the following logs are printed: ``` 2024/12/12 17:03:58 INFO Starting launcher... 2024/12/12 17:03:58 INFO Starting launcher's health check server at port 5680 2024/12/12 17:03:58 INFO Waiting for task broker to be ready... 2024/12/12 17:05:03 INFO Waiting for launcher's task offer to be accepted... 2024/12/12 17:05:15 DEBUG [Runner] Health check server listening on 127.0.0.1, port 5681 2024/12/12 17:05:30 DEBUG [Runner] Received IDLE_TIMEOUT signal, shutting down... 2024/12/12 17:05:30 DEBUG [Runner] Task runner stopped 2024/12/12 17:05:30 INFO Runner exited on idle timeout 2024/12/12 17:05:30 INFO Waiting for task broker to be ready... 2024/12/12 17:05:30 INFO Waiting for launcher's task offer to be accepted... ```
- Loading branch information