Skip to content

Commit

Permalink
fix: log field name
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzo committed Oct 4, 2023
1 parent fe4eef0 commit 453ff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Saturn {
log.httpStatusCode = res.status
log.cacheHit = headers.get('saturn-cache-status') === 'HIT'
log.nodeId = headers.get('saturn-node-id')
log.transferId = headers.get('saturn-transfer-id')
log.requestId = headers.get('saturn-transfer-id')
log.httpProtocol = headers.get('quic-status')

if (!res.ok) {
Expand Down

0 comments on commit 453ff30

Please sign in to comment.