修改启动脚本, 增加日志时间戳
This commit is contained in:
parent
232a4984f9
commit
da2500d153
@ -9,8 +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日志路径,
|
||||
error_file : '/data/logs/card_info_svr/error/error.log', // error日志路径
|
||||
out_file : '/data/logs/card_info_svr/out/info.log', // out日志路径,
|
||||
env: {
|
||||
PORT: 2987,
|
||||
DEBUG: "jc:*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user