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