Issue #4364 has been updated by Markus Roberts. Status changed from Ready for Testing to Closed
commit:0e4bc62716a37cc82a8a5dbb5865ac7f45cf71b2 [#4364] Fix failing spec due to incorrect loglevel ---------------------------------------- Bug #4364: Unneccesary logging in puppet client http://projects.puppetlabs.com/issues/4364 Author: R.I. Pienaar aka Volcane Status: Closed Priority: Normal Assigned to: James Turnbull Category: error reporting Target version: 2.6.1 Affected version: 2.6.1rc1 Keywords: Branch: http://github.com/jamtur01/puppet/tree/tickets/2.6.x/4364 When running with --test i see: <pre> info: /File[/var/lib/puppet/lib]: Storing newly-audited value for content info: /File[/var/lib/puppet/lib/facter]: Storing newly-audited value for content info: /File[/var/lib/puppet/lib/puppet]: Storing newly-audited value for content info: /File[/var/lib/puppet/lib/puppet/parser]: Storing newly-audited value for content info: /File[/var/lib/puppet/lib/puppet/parser/functions]: Storing newly-audited value for content info: /File[/var/lib/puppet/lib/puppet/util]: Storing newly-audited value for content </pre> I dont think these add value, and they're confusing since its obviously logging a nil or something like that there. Might be better off at debug level. Also during a run I get: <pre> info: /Stage[main]/Mcollective::Config/File[/etc/mcollective/policies/]: Storing newly-audited value for content info: /Stage[main]/Mcollective::Config/File[/etc/mcollective/ssl/]: Storing newly-audited value for content info: /File[/etc/mcollective/ssl/clients]: Storing newly-audited value for content </pre> These also with what looks like a nil or something and also dont think they should be logged at all. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
