Commit 80abd87d authored by 郭志伟's avatar 郭志伟

Merge branch 'feature-logger-extend' into feat/h5herf

parents c7034aad 577add80
......@@ -23,6 +23,7 @@ export default (appInfo: EggAppConfig) => {
};
config.logger = {
outputJSON: true,
consoleLevel: 'DEBUG',
dir: path.join(appInfo.baseDir, 'logs')
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment