This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch missing-details
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git


The following commit(s) were added to refs/heads/missing-details by this push:
     new 577f657  tmp logs
577f657 is described below

commit 577f657bac4eb2eb086f9d21a2192ee0afa771d0
Author: mrproliu <[email protected]>
AuthorDate: Thu Dec 12 12:26:28 2024 +0800

    tmp logs
---
 pkg/accesslog/collector/protocols/http1.go | 2 +-
 pkg/accesslog/collector/protocols/queue.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/accesslog/collector/protocols/http1.go 
b/pkg/accesslog/collector/protocols/http1.go
index 9f4a560..df7b8c4 100644
--- a/pkg/accesslog/collector/protocols/http1.go
+++ b/pkg/accesslog/collector/protocols/http1.go
@@ -185,7 +185,7 @@ func (p *HTTP1Protocol) handleUnFinishedEvents(m 
*HTTP1Metrics) {
                                continue
                        }
                        http1Log.Warnf("failed to analyze HTTP1 request and 
response, connection ID: %d, random ID: %d, "+
-                               "error: %v", m.ConnectionID, m.RandomID, err)
+                               "retry count: %d, error: %v", m.ConnectionID, 
m.RandomID, unFinished.retryCount, err)
                }
                next := element.Next()
                m.analyzeUnFinished.Remove(element)
diff --git a/pkg/accesslog/collector/protocols/queue.go 
b/pkg/accesslog/collector/protocols/queue.go
index 833d323..885a3ba 100644
--- a/pkg/accesslog/collector/protocols/queue.go
+++ b/pkg/accesslog/collector/protocols/queue.go
@@ -214,7 +214,7 @@ func (p *PartitionContext) Consume(data interface{}) {
        switch event := data.(type) {
        case events.SocketDetail:
                pid, _ := events.ParseConnectionID(event.GetConnectionID())
-               log.Debugf("receive the socket detail event, connection ID: %d, 
random ID: %d, pid: %d, data id: %d, "+
+               log.Infof("receive the socket detail event, connection ID: %d, 
random ID: %d, pid: %d, data id: %d, "+
                        "function name: %s, package count: %d, package size: 
%d, ssl: %d, protocol: %d",
                        event.GetConnectionID(), event.GetRandomID(), pid, 
event.DataID(), event.GetFunctionName(),
                        event.GetL4PackageCount(), 
event.GetL4TotalPackageSize(), event.GetSSL(), event.GetProtocol())

Reply via email to