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

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


The following commit(s) were added to refs/heads/tmp_disable_reading by this 
push:
     new 33f7b69  add tmp data log
33f7b69 is described below

commit 33f7b6993240b320a95004a19f1ccd253939a50e
Author: mrproliu <[email protected]>
AuthorDate: Thu Dec 19 12:55:08 2024 +0800

    add tmp data log
---
 pkg/accesslog/collector/protocols/queue.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/accesslog/collector/protocols/queue.go 
b/pkg/accesslog/collector/protocols/queue.go
index 7e07eb3..cee2085 100644
--- a/pkg/accesslog/collector/protocols/queue.go
+++ b/pkg/accesslog/collector/protocols/queue.go
@@ -227,7 +227,7 @@ func (p *PartitionContext) Consume(data interface{}) {
                connection.AppendDetail(p.context, event)
        case *events.SocketDataUploadEvent:
                pid, _ := events.ParseConnectionID(event.ConnectionID)
-               log.Debugf("receive the socket data event, connection ID: %d, 
random ID: %d, pid: %d, data id: %d, sequence: %d, protocol: %d",
+               log.Infof("receive the socket data event, connection ID: %d, 
random ID: %d, pid: %d, data id: %d, sequence: %d, protocol: %d",
                        event.ConnectionID, event.RandomID, pid, event.DataID0, 
event.Sequence0, event.Protocol0)
                connection := p.getConnectionContext(event.ConnectionID, 
event.RandomID, event.Protocol0, event.DataID0)
                connection.AppendData(event)

Reply via email to