From bedfb68c2a3eb270993d91bd8a9da62397e5903a Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Tue, 15 Oct 2024 09:52:12 +0200 Subject: [PATCH] Lower log level for asset not found --- web/statik/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/statik/handler.go b/web/statik/handler.go index 96cc2bfe3e6..b2d0aabc48a 100644 --- a/web/statik/handler.go +++ b/web/statik/handler.go @@ -226,7 +226,7 @@ func AssetPath(domain, name string, context ...string) string { "domain": domain, "name": name, "context": ctx, - }).Errorf("Cannot find asset") + }).Infof("Cannot find asset") } if ok {