From ff398f5de2da8435a229162ba801e2a47e9713f9 Mon Sep 17 00:00:00 2001 From: Sergey Date: Fri, 11 Apr 2025 17:16:28 +0200 Subject: [PATCH] GO-5450: Fix log --- core/block/editor/smartblock/detailsinject.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/block/editor/smartblock/detailsinject.go b/core/block/editor/smartblock/detailsinject.go index d515c6d9d..a9b56603d 100644 --- a/core/block/editor/smartblock/detailsinject.go +++ b/core/block/editor/smartblock/detailsinject.go @@ -247,7 +247,7 @@ func (sb *smartBlock) resolveLayout(s *state.State) { typeDetails, err := sb.getTypeDetails(s) if err != nil { - log.Warnf("failed to get type details: %v", err) + log.Debugf("failed to get type details: %v", err) } valueInType := typeDetails.Get(bundle.RelationKeyRecommendedLayout)