spee.ch/config/loggerConfig.js.example
2018-03-19 13:58:45 -07:00

5 lines
120 B
Text

const loggerConfig = {
logLevel: 'debug', // options: silly, debug, verbose, info
};
module.exports = loggerConfig;