Bug #4448
notify refreshes need not be logged at notice level
| Status: | Accepted | Start date: | 08/03/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | error reporting | |||
| Target version: | 2.7.x | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | notify log level inflation info informational | |||
| Votes: | 1 |
Description
If one resource notifies another, then that produces two log entries during normal runs: one because the resource ran (which is fine), and the other because the resource was refreshed, e.g.:
puppetd[21876]: (//site-puppetmaster::modules/Site-puppetmaster::Modules::Module_gitrepo[site-logcheck]/Git::Repository[/etc/puppet/modules/production/site-logcheck]/Exec[updateperms::/etc/puppet/modules/production/site-logcheck]) Triggering 'refresh' from 1 dependencies
This is informational and should not be of interest during normal operation. Please decrease the loglevel on these messages to “info”.
History
Updated by James Turnbull almost 2 years ago
- Category set to error reporting
Updated by James Turnbull almost 2 years ago
- Status changed from Unreviewed to Accepted
- Target version set to 2.7.x