Issue #22384 has been updated by Patrick Carlisle. Status changed from In Topic Branch Pending Review to Merged - Pending Release
Merged in [27af034](https://github.com/puppetlabs/puppet/commit/27af034f1a013bf02e5c0e3a48871e08c84c55e5). This will be released in 3.3.1. ---------------------------------------- Bug #22384: Excessive logging for files not found https://projects.puppetlabs.com/issues/22384#change-97539 * Author: Chuck Schweizer * Status: Merged - Pending Release * Priority: Normal * Assignee: Andrew Parker * Category: logging * Target version: 3.3.1 * Affected Puppet version: * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1895 ---------------------------------------- The following codes is being used to find the first matching file. In 3.3.0-rc2 this produces an excessive amount of logging for every puppet run. Not Found: Could not find file_metadata modules/ssh_keys/user1/var1_var2.pub Not Found: Could not find file_metadata modules/ssh_keys/user1/var1_all.pub Not Found: Could not find file_metadata modules/ssh_keys/user1/all_var2.pub file { "/etc/ssh/keys/$title": ensure => present, mode => '0644', owner => root, group => root, source => [ "puppet:///modules/ssh_keys/${title}/var1_var2.pub", "puppet:///modules/ssh_keys/${title}/var1_all.pub", "puppet:///modules/ssh_keys/${title}/all_var2.pub", "puppet:///modules/ssh_keys/${title}/all_all.pub", ], } -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
