fnproject / fn

The container native, cloud agnostic serverless platform.
http://fnproject.io
Apache License 2.0
5.76k stars 405 forks source link

Decrease log level of failure to find runners message to WARN #1562

Closed ostrain closed 5 years ago

ostrain commented 5 years ago

Having this at ERROR is too noisy, let's decrease it to WARN. In the future we should get the error message into the gin response logging and remove this log line altogether, but I'll leave that for another day.