mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-13 01:40:51 +08:00
Replaced log.debug with log.verbose
This commit is contained in:
parent
89a1e32163
commit
2eb189f26d
1 changed files with 1 additions and 1 deletions
|
|
@ -1064,7 +1064,7 @@ module.exports = (db, server, messageHandler, userHandler, storageHandler) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
let total = await getFilteredMessageCount(filter);
|
let total = await getFilteredMessageCount(filter);
|
||||||
log.debug('API', 'Searching %s', JSON.stringify(filter));
|
log.verbose('API', 'Searching %s', JSON.stringify(filter));
|
||||||
|
|
||||||
let opts = {
|
let opts = {
|
||||||
limit,
|
limit,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue