Re: [Puppet Users] Re: puppet logging with passenger

2010-01-07 Thread Joshua Anderson
Adding --logdest /path/to/your/log to your config.ru file should work. Here's what I'm using with 0.25.1 and Passenger 2.2.7: # a config.ru, for use with every rack-compatible webserver. # SSL needs to be handled outside this, though. # if puppet is not i

[Puppet Users] Re: puppet logging with passenger

2009-10-28 Thread philipp Hanselmann
Hi I have similar issues with puppet 0.25 + passenger 2.2.2, All logs are going to /var/log/messages even when logdir is defined in /etc/puppet/puppec.conf on the server? ## site id_api_cd [id_api_cd_keyA_prd] manifest = /etc/puppet/site/id_api_cd/prd/site.pp modulepath

[Puppet Users] Re: puppet logging with passenger

2009-08-10 Thread Christian Hofstaedtler
On Aug 8, 6:14 am, Ohad Levy wrote: > I've tried to change logging to warn, it ended up breaking the puppetmaster > not being able to sign new certificates. IIRC, you can do something like this for 0.24.8: Puppet::Util::Log.newdestination("/path/to/log") Maybe look at Puppet::Util::Log for t

[Puppet Users] Re: puppet logging with passenger

2009-08-07 Thread Ohad Levy
I've tried to change logging to warn, it ended up breaking the puppetmaster not being able to sign new certificates. I know the setup in 0.25 is different, so it might work there. Ohad On Sat, Aug 8, 2009 at 3:30 AM, cnjohnson wrote: > > On Aug 7, 12:50 am, David Schmitt wrote: > > cnjohnson

[Puppet Users] Re: puppet logging with passenger

2009-08-07 Thread cnjohnson
On Aug 7, 12:50 am, David Schmitt wrote: > cnjohnson wrote: > > I am running puppet-0.24.8 with passenger-2.2.2, apache-2.2.3 on RHEL > > 5.2. I have two nodes, one x86_64 and one ppc64, that have the client > > running and they are checking in regularly as expected. I have a > > minimal site.pp

[Puppet Users] Re: puppet logging with passenger

2009-08-06 Thread David Schmitt
cnjohnson wrote: > I am running puppet-0.24.8 with passenger-2.2.2, apache-2.2.3 on RHEL > 5.2. I have two nodes, one x86_64 and one ppc64, that have the client > running and they are checking in regularly as expected. I have a > minimal site.pp file which defines the owner, group and permissions