Skip to content

Commit

Permalink
cid for subconnections
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Mar 16, 2024
1 parent c70a1f7 commit 6fef23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/imap-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -3625,6 +3625,7 @@ class IMAPConnection extends BaseClient {
mailbox,
getImapConfig: async () => await this.getImapConfig(),
logger: this.logger.child({
cid: `${this.cid}:s:${this.connectionCount++}`,
channel: 'subconnection',
subconnection: mailbox.path
})
Expand Down

0 comments on commit 6fef23b

Please sign in to comment.