Issue #1698 has been updated by luke. Category set to plumbing Status changed from Unreviewed to Ready for Checkin Assigned to set to jamtur01 Target version set to 0.24.7
This must be because of the refactoring of the Log class I did. I didn't actually think these logs would ever have appeared, and I was foolish to keep that functionality. Removed in the tickets/0.24.x/1698 branch in my repo. ---------------------------------------- Bug #1698: err priority log items are no longer logged to the master http://projects.reductivelabs.com/issues/show/1698 Author: ohookins Status: Ready for Checkin Priority: Normal Assigned to: jamtur01 Category: plumbing Target version: 0.24.7 Complexity: Unknown Affected version: 0.24.6 Keywords: After upgrading, I've noticed err priority log messages from puppetd aren't making their way to the master. For example in a puppetd run with debugging and verbose enabled: <pre> debug: Calling fileserver.list err: /File[/var/lib/puppet/lib]: Failed to generate additional resources during transaction: None of the provided sources exist debug: Calling fileserver.describe err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: No specified source was found from puppet://bulwarks.engineroom.anchor.net.au/plugins </pre> In /var/log/messages on that client: <pre> Oct 28 12:00:09 gear puppetd[3196]: Finished catalog run in -38.51 seconds Oct 28 12:00:35 gear puppetd[4101]: (/File[/var/lib/puppet/lib]) Failed to generate additional resources during transaction: None of the provided sources exist Oct 28 12:00:35 gear puppetd[4101]: (/File[/var/lib/puppet/lib]) Failed to retrieve current state of resource: No specified source was found from puppet://bulwarks.engineroom.anchor.net.au/plugins </pre> However in the report on the master: <pre> [EMAIL PROTECTED] gear.engineroom.anchor.net.au]# grep "level:" 200810280512.yaml | sort -u level: :debug level: :notice </pre> No err priority messages on the master... unless I'm missing something. Hence, they never show up in my tagmail reports. ---------------------------------------- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
