Skip to content

Commit

Permalink
log: Remove redundant log context.
Browse files Browse the repository at this point in the history
The Relay already has its ID in the context resulting in:
relayId=jvb-foo-bar relay-id=jvb-foo-bar
  • Loading branch information
bgrozev committed May 17, 2023
1 parent 9eefa65 commit 52356da
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ class RelayMessageTransport(
*/
private val sentMessagesCounts: MutableMap<String, AtomicLong> = ConcurrentHashMap()

init { logger.addContext("relay-id", relay.id) }

/**
* Connect the bridge channel message to the websocket URL specified
*/
Expand Down

0 comments on commit 52356da

Please sign in to comment.