Rene
2009-Nov-19 09:43 UTC
[Puppet Users] logging to syslog does not distinct between errors notice and warning.
Hi If I run puppetd on a client with -l console I see things like: ... warning: //Node[default]/packages/ notice: ... err: ... ... Here puppet makes a distinction between errors, notice and warning. But it I run puppet without the -l option, I see the entries in /var/ log/messages. But there puppet makes no distiction between errors, warnings etc....: Nov 19 10:26:12 puppetd[28676]: Starting catalog run Nov 19 10:26:24 puppetd[28676]: (//Node[default]...Failed In my optinion it should be: Nov 19 10:26:24 puppetd[28676]: err: (//Node[default]...Failed or something similar. Is this a bug? BR, Rene -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=.
Ano nym
2012-May-04 10:40 UTC
[Puppet Users] Re: logging to syslog does not distinct between errors notice and warning.
Hey, same problem here. Is there a fix since these poste available? kind regards, Ano Am Donnerstag, 19. November 2009 10:43:53 UTC+1 schrieb Rene:> > Hi > > If I run puppetd on a client with -l console I see things like: > ... > warning: //Node[default]/packages/ > notice: ... > err: ... > ... > > Here puppet makes a distinction between errors, notice and warning. > > But it I run puppet without the -l option, I see the entries in /var/ > log/messages. But there puppet makes no distiction between errors, > warnings etc....: > > Nov 19 10:26:12 puppetd[28676]: Starting catalog run > Nov 19 10:26:24 puppetd[28676]: (//Node[default]...Failed > > In my optinion it should be: > Nov 19 10:26:24 puppetd[28676]: err: (//Node[default]...Failed > or something similar. > > Is this a bug? > > BR, > Rene >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/_ldM0VYFiCEJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Sébastien Kœchlin
2012-May-12 10:26 UTC
[Puppet Users] Re: logging to syslog does not distinct between errors notice and warning.
Using Puppet 2.6.2, 2.7.1 and 2.7.11, I have the severity reported to syslog as expected. It''s not a bug in puppet; it''s your syslog configuration not reporting severity in /var/log/messages Le vendredi 4 mai 2012 12:40:33 UTC+2, Ano nym a écrit :> > Hey, > > same problem here. Is there a fix since these poste available? > > kind regards, > > Ano > > Am Donnerstag, 19. November 2009 10:43:53 UTC+1 schrieb Rene: >> >> Hi >> >> If I run puppetd on a client with -l console I see things like: >> ... >> warning: //Node[default]/packages/ >> notice: ... >> err: ... >> ... >> >> Here puppet makes a distinction between errors, notice and warning. >> >> But it I run puppet without the -l option, I see the entries in /var/ >> log/messages. But there puppet makes no distiction between errors, >> warnings etc....: >> >> Nov 19 10:26:12 puppetd[28676]: Starting catalog run >> Nov 19 10:26:24 puppetd[28676]: (//Node[default]...Failed >> >> In my optinion it should be: >> Nov 19 10:26:24 puppetd[28676]: err: (//Node[default]...Failed >> or something similar. >> >> Is this a bug? >> >> BR, >> Rene >> >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/fqaISEWX9x0J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.