Logger¶
A log framework (log4js) is used to structure the output of logs. For instance, which log level that should be used. For more info, see the docs of log4js.
Configuration¶
An object, with key-value pairs for each setting
module.exports = {
logger: {
level: 'debug',
},
};