UNPKG

134 BJavaScriptView Raw
1const config = {
2 log: {
3 disable: false,
4 level: process.env.LOG_LEVEL || 'info'
5 }
6};
7
8module.exports = config;