修改默认的日志路径

This commit is contained in:
zhl 2021-02-01 17:08:03 +08:00
parent 3e45e8a82d
commit 232a4984f9

View File

@ -9,6 +9,8 @@ module.exports = {
instances : 1,
exec_mode : 'cluster',
log_date_format: "YYYY-MM-DD HH:mm:ss",
error_file : '/data/logs/card_info_svr/error', // error日志路径
out_file : '/data/logs/card_info_svr/out', // out日志路径,
env: {
PORT: 2987,
DEBUG: "jc:*",