Authored by ccbikai

日志格式修改

@@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
5 "script": "app.js", 5 "script": "app.js",
6 "instances": "max", 6 "instances": "max",
7 "exec_mode": "cluster", 7 "exec_mode": "cluster",
  8 + "merge_logs": true,
  9 + "log_date_format": "YYYY-MM-DD HH:mm Z",
8 "env": { 10 "env": {
9 "PORT": 6001 11 "PORT": 6001
10 } 12 }