From f963fb321edf9f36f8e07bc027d9abc36355fa71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Fri, 23 Sep 2016 17:35:46 +0200 Subject: [PATCH] Set default config of analysis logger for test env --- config/environments/test.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/test.js.example b/config/environments/test.js.example index 8a5fbce2..1350f7e6 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -210,7 +210,7 @@ var config = { // If filename is given logs comming from analysis client will be written // there, in append mode. Otherwise 'log_filename' is used. Otherwise stdout is used (default). // Log file will be re-opened on receiving the HUP signal - filename: 'logs/analysis.log' + filename: 'node-windshaft.log' } } ,millstone: {