Defaults logging to stdout in development config example

This commit is contained in:
Raul Ochoa
2014-11-25 13:19:04 +01:00
parent 4bad92e3dd
commit bf970803ec

View File

@@ -40,7 +40,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 %>'