diff --git a/server/conn.go b/server/conn.go index e59ed5538dbfb..61e9aa160307a 100644 --- a/server/conn.go +++ b/server/conn.go @@ -632,6 +632,7 @@ func (cc *clientConn) Run(ctx context.Context) { logutil.Logger(ctx).Info("read packet timeout, close this connection", zap.Duration("idle", idleTime), zap.Uint64("waitTimeout", waitTimeout), + zap.Error(err), ) } else { errStack := errors.ErrorStack(err)