Browse Source

unified-agent: add log for SeqNo

aleksei-le 1 year ago
parent
commit
cdbaf86870
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/cpp/unified_agent_client/client_impl.cpp

+ 1 - 1
library/cpp/unified_agent_client/client_impl.cpp

@@ -888,7 +888,7 @@ namespace NUnifiedAgent::NPrivate {
         Counters->GrpcInflightBytes -= GrpcInflightBytes;
         GrpcInflightMessages = 0;
         GrpcInflightBytes = 0;
-        YLOG_DEBUG(Sprintf("grpc call initialized, session_id [%s], last_seq_no [%" PRIu64 "]",
+        YLOG_INFO(Sprintf("grpc call initialized, session_id [%s], last_seq_no [%" PRIu64 "]",
                           sessionId.c_str(), lastSeqNo));
     }