windshaft logger by config param

This commit is contained in:
Simon Martín
2019-10-28 15:41:46 +01:00
parent dd5825c770
commit db03bcdf8f
5 changed files with 6 additions and 1 deletions
@@ -87,6 +87,7 @@ var config = {
// there, in append mode. Otherwise stdout is used (default).
// Log file will be re-opened on receiving the HUP signal
,log_filename: undefined
,log_windshaft: true
// Templated database username for authorized user
// Supported labels: 'user_id' (read from redis)
,postgres_auth_user: 'development_cartodb_user_<%= user_id %>'