This commit is contained in:
gaoshuaixing
2022-02-21 09:35:27 +08:00
parent 32077a3dfc
commit f7abfa02db
29 changed files with 78 additions and 440 deletions

View File

@@ -3,6 +3,9 @@
const Utils = require('ee-core').Utils;
const logDir = Utils.getLogDir();
/*
* 日志dir目录会随开发环境变动请谨慎修改
*/
exports.logger = {
dir: logDir,
};

View File

@@ -3,6 +3,9 @@
const Utils = require('ee-core').Utils;
const logDir = Utils.getLogDir();
/*
* 日志dir目录会随开发环境变动请谨慎修改
*/
exports.logger = {
dir: logDir,
};