Manager: reduce log level when last-rendered image was accepted
Reduce the log level when a last-rendered image was accepted from a Worker.
This commit is contained in:
parent
b110f5fb51
commit
3e46322d14
@ -491,7 +491,7 @@ func (f *Flamenco) TaskOutputProduced(e echo.Context, taskID string) error {
|
||||
}
|
||||
}
|
||||
|
||||
logger.Info().Msg("TaskOutputProduced: accepted last-rendered image for processing")
|
||||
logger.Debug().Msg("TaskOutputProduced: accepted last-rendered image for processing")
|
||||
return e.NoContent(http.StatusAccepted)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user