diff --git a/processes.json b/processes.json index c6489b0..875130f 100644 --- a/processes.json +++ b/processes.json @@ -3,10 +3,11 @@ "name" : "eth", "cwd" : "/home/ubuntu/bin/www/", "script" : "bin/eth.sh", + "log_date_format" : "YYYY-MM-DD HH:mm Z", "log_file" : "/home/ubuntu/logs/eth-log.log", "out_file" : "/home/ubuntu/logs/eth-out.log", "error_file" : "/home/ubuntu/logs/eth-err.log", - "merge_logs" : true, + "merge_logs" : false, "watch" : false, "cron_restart" : "0 0 * * *", "exec_interpreter" : "bash", @@ -21,7 +22,6 @@ "error_file" : "/home/ubuntu/logs/node-app-err.log", "merge_logs" : true, "watch" : false, - // "cron_restart" : "0 0 * * *", "exec_interpreter" : "node", "exec_mode" : "fork_mode", "env":