[cloud-api] More logging fixes

This commit is contained in:
Christine Spang 2017-02-03 14:58:32 -08:00
parent 2a7e8190c5
commit 92e62033d3

View file

@ -178,7 +178,7 @@ class IMAPConnection extends EventEmitter {
this._imap.once('end', () => {
clearTimeout(socketTimeout)
this._logger.info('Underlying IMAP Connection ended');
this._logger.debug('Underlying IMAP Connection ended');
this._connectPromise = null;
this._imap = null;
});