(puppet 3.1.1, hiera 1.2.1, redhat 6.x) My puppetmaster is filling up it's logs filesystem every other day because of hiera debug logging that I cannot seem to get rid of. I have a pretty large hierarchy (18 levels) and about 30 modules that I deploy out to 1900 servers.
Every time I have an agent run the master logs thousands of lines such as: Jul 31 12:55:21 rv-mg-xppm-08 puppet-master[17966]: (Scope(Class[Samba::Params])) Could not look up qualified variable 'data::osfamily/Solaris/10_u8/samba::samba::params::service'; class data::osfamily/Solaris/10_u8/samba::samba::params could not be found Basically one for every permutation of module and hierarchy level where I don't define values for that module. This comes out to thousands and thousands of lines a minute. According to the hiera docs, I should be able to put ":logging: noop" in the /etc/hiera.yaml file but then puppet automatically sets it to "puppet" no matter what I put. Is there some way I can shut down this logging?? Right now I have had to stop ALL puppet master logging by changing the rack configuration (putting "--logdest /dev/null" in my config.ru file) Thanks Bill -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
