From 655f81703354dcbc079b377c14830508261ce0af Mon Sep 17 00:00:00 2001 From: Owayss Kabtoul Date: Thu, 17 Oct 2019 13:04:10 +0200 Subject: [PATCH] Default to stdout logging on dev environment --- config/environments/development.js.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environments/development.js.example b/config/environments/development.js.example index 91ff546c..7004c9ec 100644 --- a/config/environments/development.js.example +++ b/config/environments/development.js.example @@ -86,7 +86,7 @@ var config = { // If log_filename is given logs will be written // there, in append mode. Otherwise stdout is used (default). // Log file will be re-opened on receiving the HUP signal - ,log_filename: 'logs/node-windshaft.log' + ,log_filename: undefined // Templated database username for authorized user // Supported labels: 'user_id' (read from redis) ,postgres_auth_user: 'development_cartodb_user_<%= user_id %>' @@ -265,7 +265,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/node-windshaft-analysis.log' + filename: undefined }, // Define max execution time in ms for analyses or tags // If analysis or tag are not found in redis this values will be used as default.