mirror of
https://github.com/moparisthebest/mail
synced 2025-01-07 19:48:08 -05:00
7 lines
76 B
JavaScript
7 lines
76 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
log: {
|
|
level: "error"
|
|
}
|
|
}; |