Adding to the example JSON process declaration.

This commit is contained in:
Nathan Peck 2013-07-25 09:15:28 -04:00
parent 2cdf249f4d
commit c4b741f254

View File

@ -177,7 +177,9 @@ processes.json :
},{
"name" : "api",
"script" : "./examples/child.js",
"instances" : "4"
"instances" : "4",
"fileError" : "./examples/child-err.log",
"fileOutput" : "./examples/child-out.log"
},{
"name" : "bus",
"script" : "./examples/echokill.js"