Issue #3702 has been updated by Luke Kanies.

I can't for the life of me figure out where it went, but it should be 
relatively easy to update the 'source' on the logs on the server side.  
Something like (in lib/puppet/reports/log.rb):
<pre>
        self.logs.each do |log|
            log.source = "//" + self.host + "/" + log.source
            Puppet::Util::Log.newmessage(log)
        end
</pre>
Haven't tested that, but the basics should be right.
----------------------------------------
Bug #3702: Log lines on the puppetmaster do not show source Node.
http://projects.puppetlabs.com/issues/3702

Author: Paul Lathrop
Status: Investigating
Priority: Normal
Assigned to: Luke Kanies
Category: server
Target version: 
Affected version: 0.25.4
Keywords: 
Branch: 


It used to be that the logs on the puppetmaster would include (on each line) 
the source node of the log message. This appears to have gone away at some 
point, making the puppetmaster logs nearly useless :-)


-- 
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.

Reply via email to