'use strict'; module.exports = () => { const config = exports = {}; config.logger = { level: 'INFO', consoleLevel: 'INFO', }; return config; };