Skip to content

Commit 453ff30

Browse files
committed
fix: log field name
1 parent fe4eef0 commit 453ff30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Saturn {
6767
log.httpStatusCode = res.status
6868
log.cacheHit = headers.get('saturn-cache-status') === 'HIT'
6969
log.nodeId = headers.get('saturn-node-id')
70-
log.transferId = headers.get('saturn-transfer-id')
70+
log.requestId = headers.get('saturn-transfer-id')
7171
log.httpProtocol = headers.get('quic-status')
7272

7373
if (!res.ok) {

0 commit comments

Comments
 (0)