mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-22 13:04:32 +08:00
log mailbox with fetchok
This commit is contained in:
parent
44706fd757
commit
489b1ded62
1 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ module.exports = (server, messageHandler, userCache) => (mailbox, options, sessi
|
|||
tnx: 'fetch',
|
||||
cid: session.id
|
||||
},
|
||||
'[%s] FETCHOK rows=%s user=%s mailbox="%s" time=%s',
|
||||
'[%s] FETCHOK rows=%s user=%s mailbox=%s time=%s',
|
||||
session.id,
|
||||
rowCount,
|
||||
mailboxData.user,
|
||||
|
@ -220,7 +220,7 @@ module.exports = (server, messageHandler, userCache) => (mailbox, options, sessi
|
|||
cid: session.id,
|
||||
mid: messageData._id
|
||||
},
|
||||
'[%s] FETCHFAIL message=%s rows=%s user=%s mailbox="%s" time=%s error=%s',
|
||||
'[%s] FETCHFAIL message=%s rows=%s user=%s mailbox=%s time=%s error=%s',
|
||||
session.id,
|
||||
messageData._id,
|
||||
rowCount,
|
||||
|
|
Loading…
Add table
Reference in a new issue