passenger logging - how to specify?
Since installing passenger
the server log location in /etc/sysconfig/puppetmaster doesn't seem to be working anymore. When using webrick
it was logging to /var/log/puppet/masterhttp.log (despite supposedly defaulting to syslog).
I have tried to set a new value as:
PUPPETMASTER_LOG=/var/log/puppet/master.log
but the system seems to be ignoring it and continuing to log to /var/log/messages.
What step(s) did I miss?