Hi, I'm not sure whether debug logging ends up in /var/log/messages. There may be syslog configuration issues.
Here's an idea: puppet agent --no-daemonize --debug --verbose --interval=120 --logdest stdout That should make your debugging agent try to run once and repeat each 2 minutes, dumping the output to your terminal (although I'm not sure if --logdest is still a valid parameter). HTH, Felix On 01/09/2014 11:59 AM, [email protected] wrote: > > I added "PUPPET_EXTRA_OPTS=--debug" in /etc/sysconfig/puppet, but the > output in /var/log/messages is not much different AFAICT: -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/52CE83CA.9040701%40alumni.tu-berlin.de. For more options, visit https://groups.google.com/groups/opt_out.
