From 94afeaa334bd0899cc7fd0616b5b4da64dabfaf2 Mon Sep 17 00:00:00 2001 From: denchick Date: Fri, 28 Jul 2023 19:59:44 +0500 Subject: [PATCH] small log level fix --- pkg/pool/dbpool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/pool/dbpool.go b/pkg/pool/dbpool.go index 4adf2b1d8..8a425b897 100644 --- a/pkg/pool/dbpool.go +++ b/pkg/pool/dbpool.go @@ -28,7 +28,7 @@ func (s *InstancePoolImpl) Connection( clid string, key kr.ShardKey, targetSessionAttrs string) (shard.Shard, error) { - spqrlog.Zero.Error(). + spqrlog.Zero.Debug(). Str("client", clid). Str("shard", key.Name). Str("tsa", targetSessionAttrs).