improve logger

This commit is contained in:
grimhilt
2023-04-02 12:59:11 +02:00
parent 7ba1ee083d
commit 02e0e05c76
12 changed files with 66 additions and 40 deletions

View File

@@ -23,7 +23,7 @@ export default class ImapSync {
this.addInstance(accounts[i]);
}
}).catch((err) => {
logger.error(err);
logger.err(err);
});
}