a | b/process.json | ||
---|---|---|---|
1 | { |
||
2 | "name" : "worker", |
||
3 | "script" : "./index.js", |
||
4 | "instances" : 1, |
||
5 | "merge_logs" : true, |
||
6 | "log_date_format" : "YYYY-MM-DD HH:mm Z", |
||
7 | "watch": true, |
||
8 | "watch_options": { |
||
9 | "followSymlinks": true, |
||
10 | "usePolling" : true, |
||
11 | "interval" : 5 |
||
12 | } |
||
13 | } |