mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-02-27 01:15:33 +08:00
do not log uids for fetch
This commit is contained in:
parent
27068b7d99
commit
17bd12e61b
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ module.exports = {
|
|||
this._server.logger.debug('[%s] FETCH: %s', this.id, JSON.stringify({
|
||||
metadataOnly: !!metadataOnly,
|
||||
markAsSeen: !!markAsSeen,
|
||||
messages,
|
||||
messages:messages.length,
|
||||
query,
|
||||
changedSince,
|
||||
isUid
|
||||
|
|
Loading…
Reference in a new issue