X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/c6a3fa2cdbf7eb78964a5df7622482cdd8782d74..a1ac9a6f60c6881bb9fe97425f6aaa524b910035:/hotline/client_conn.go diff --git a/hotline/client_conn.go b/hotline/client_conn.go index 6a27977..1186947 100644 --- a/hotline/client_conn.go +++ b/hotline/client_conn.go @@ -78,7 +78,7 @@ func (cc *ClientConn) handleTransaction(transaction *Transaction) error { } } - cc.logger.Infow("Received Transaction", "RequestType", handler.Name) + cc.logger.Debugw("Received Transaction", "RequestType", handler.Name) transactions, err := handler.Handler(cc, transaction) if err != nil {