mirror of
https://github.com/moparisthebest/mail
synced 2024-11-10 19:25:03 -05:00
7 lines
76 B
JavaScript
7 lines
76 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
log: {
|
|
level: "error"
|
|
}
|
|
}; |