Revert change, comment log file configuration again

This commit is contained in:
Daniel García Aubert 2018-06-05 11:14:13 +02:00
parent de3dbb8c1e
commit 13b23d9ec9

View File

@ -92,7 +92,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: 'logs/node-windshaft.log'
// Templated database username for authorized user
// Supported labels: 'user_id' (read from redis)
,postgres_auth_user: 'test_windshaft_cartodb_user_<%= user_id %>'