summaryrefslogtreecommitdiff
path: root/color.json
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 16:15:35 +0000
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 16:15:35 +0000
commitaa602f113ec6df0d4483664135d4db40d4f3d7c2 (patch)
treef78f9262346bb9c3a688c36dd2578d28b866049e /color.json
parentstart with pm2 (diff)
downloadcolor-aa602f113ec6df0d4483664135d4db40d4f3d7c2.tar.gz
color-aa602f113ec6df0d4483664135d4db40d4f3d7c2.tar.bz2
color-aa602f113ec6df0d4483664135d4db40d4f3d7c2.zip
save logs locally
Diffstat (limited to 'color.json')
-rw-r--r--color.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/color.json b/color.json
index 7106248..1a8a809 100644
--- a/color.json
+++ b/color.json
@@ -5,12 +5,13 @@
"exec_mode": "cluster",
"instances": 2,
"merge_logs": true,
+ "watch": false,
+ "out_file": "./color.log",
+ "error_file": "./color.err",
"env": {
- "watch": true,
"NODE_ENV": "development"
},
"env_production" : {
- "watch": false,
"NODE_ENV": "production"
}
}]