mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-08 02:40:32 +08:00
优化代码/商业版支持L2节点
This commit is contained in:
@@ -92,7 +92,7 @@ func (this *HTTPRequest) log() {
|
||||
|
||||
accessLog := &pb.HTTPAccessLog{
|
||||
RequestId: this.requestId,
|
||||
NodeId: sharedNodeConfig.Id,
|
||||
NodeId: this.nodeConfig.Id,
|
||||
ServerId: this.ReqServer.Id,
|
||||
RemoteAddr: this.requestRemoteAddr(true),
|
||||
RawRemoteAddr: addr,
|
||||
|
||||
Reference in New Issue
Block a user