增加${requestId}变量

This commit is contained in:
刘祥超
2021-12-02 11:30:47 +08:00
parent c9bd9fd460
commit ca0571a21b
8 changed files with 101 additions and 25 deletions

View File

@@ -86,7 +86,7 @@ func (this *HTTPRequest) log() {
}
accessLog := &pb.HTTPAccessLog{
RequestId: "",
RequestId: this.requestId,
NodeId: sharedNodeConfig.Id,
ServerId: this.Server.Id,
RemoteAddr: this.requestRemoteAddr(true),