diff --git a/internal/nodes/http_request_cache.go b/internal/nodes/http_request_cache.go index 046a5f1..08a89bb 100644 --- a/internal/nodes/http_request_cache.go +++ b/internal/nodes/http_request_cache.go @@ -97,6 +97,7 @@ func (this *HTTPRequest) doCacheRead() (shouldStop bool) { }() this.varMapping["cache.status"] = "HIT" + this.logAttrs["cache.status"] = "HIT" // 读取Header headerBuf := []byte{}