From aa602f113ec6df0d4483664135d4db40d4f3d7c2 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Wed, 21 Feb 2018 16:15:35 +0000 Subject: save logs locally --- color.json | 5 +++-- 1 file 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" } }] -- cgit v1.2.3