Manager: reduce log level of "worker requesting task"
This commit is contained in:
parent
d3a3543fdc
commit
93616cef3a
@ -239,7 +239,7 @@ func (f *Flamenco) WorkerStateChanged(e echo.Context) error {
|
|||||||
func (f *Flamenco) ScheduleTask(e echo.Context) error {
|
func (f *Flamenco) ScheduleTask(e echo.Context) error {
|
||||||
logger := requestLogger(e)
|
logger := requestLogger(e)
|
||||||
worker := requestWorkerOrPanic(e)
|
worker := requestWorkerOrPanic(e)
|
||||||
logger.Info().Msg("worker requesting task")
|
logger.Debug().Msg("worker requesting task")
|
||||||
|
|
||||||
// Check that this worker is actually allowed to do work.
|
// Check that this worker is actually allowed to do work.
|
||||||
requiredStatusToGetTask := api.WorkerStatusAwake
|
requiredStatusToGetTask := api.WorkerStatusAwake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user