Issue #6607 has been updated by James Turnbull. Tracker changed from Bug to Feature Subject changed from Cannot control verbosity of masterhttp.log to Add support to control verbosity of masterhttp.log Status changed from Needs More Information to Needs Decision Assignee set to Nigel Kersten
Okay I checked there isn't a way to change the verbosity of the logging. It would be simple to add: 1. Add an option in lib/puppet/defaults.rb for masterhttploglevel or something better named. 2. Edit the httplog method in lib/puppet/network/http_server/webrick.rb. 3. Then add a test in spec/unit/network/http/webrick_spec.rb ---------------------------------------- Feature #6607: Add support to control verbosity of masterhttp.log https://projects.puppetlabs.com/issues/6607 Author: armando migliaccio Status: Needs Decision Priority: Normal Assignee: Nigel Kersten Category: logging Target version: Affected Puppet version: 0.25.5 Keywords: Branch: I am trying to reduce the verbosity of masterhttp.log by adding the option 'rails_loglevel = err' to the main section of puppet.conf (I tried also puppetd and puppetmasterd for that matter). However when I run: <pre> puppet --configprint rails_loglevel </pre> It keeps saying 'info' regardless of that I pass in the config file. I looked at puppet init scripts thinking that it would get overwritten, but that does not seem to be the case. I can't seem to find a way to change the log level, as the master keeps printing pretty much every thing it can. Is there any way I can tune the log level down? Is this a bug or a misconfiguration? -- 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.
