Skip to content

Commit

Permalink
Merge pull request #7014 from sammarks/websocket-context-status
Browse files Browse the repository at this point in the history
fix: remove `$context.status` from websocket access log format
  • Loading branch information
medikoo committed Nov 27, 2019
2 parents d0c6c8d + d1537f7 commit b98a64c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = {
'$context.identity.user',
'[$context.requestTime]',
'"$context.eventType $context.routeKey $context.connectionId"',
'$context.status',
'$context.requestId',
].join(' '),
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ describe('#compileStage()', () => {
'$context.identity.user',
'[$context.requestTime]',
'"$context.eventType $context.routeKey $context.connectionId"',
'$context.status',
'$context.requestId',
].join(' '),
},
Expand Down

0 comments on commit b98a64c

Please sign in to comment.