-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
- Node Version: 6.11.0
- Egg Version: 1.7.0
- Plugin Name: egg-scripts
- Plugin Version: 1.1.2
- Platform: linux
- Mini Showcase Repository:
egg-scripts 的日志目录支持自定义配置吗? 类似如下 logger 可以自定义配置目录
module.exports = {
logger: {
dir: '/data/logs/xxx',
encoding: 'gbk'
}
};
现在的日志目录是
const logDir = path.join(env.HOME, 'logs', pkgInfo.name);