@@ -0,0 +1,11 @@
+'use strict';
+
+module.exports = () => {
+ const config = (exports = {});
+ config.logger = {
+ consoleLevel: 'DEBUG',
+ };
+ return config;
+};