mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Decrease log level of failure to find runners message to WARN
This commit is contained in:
@@ -47,7 +47,7 @@ func (tr *placerTracker) HandleFindRunnersFailure(err error) {
|
||||
if ok {
|
||||
logger = logger.WithField("root_error", w.RootError())
|
||||
}
|
||||
logger.Error("Failed to find runners for call")
|
||||
logger.Warn("Failed to find runners for call")
|
||||
stats.Record(tr.requestCtx, errorPoolCountMeasure.M(0))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user