dygapp 5 years ago
parent
commit
bebcc21de3
1 changed files with 11 additions and 0 deletions
  1. 11 0
      config/config.dev.js

+ 11 - 0
config/config.dev.js

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