On Wed, Oct 31, 2012 at 10:37 AM, thinkwell <thinkwelldesi...@gmail.com>wrote:

> A trivial post, perhaps, but I liked the console coloring of 2.7 much
> better than 3.0. Is there a way to get the 2.7 coloring back or to
> customize the console color scheme?
>

It's possible, but not exactly easy.  For a time, the new format was only
available using the log destination "telly_prototype_console" with
something like this in puppet.conf:

[main]
logdest = telly_prototype_console

However, in commit 537343d we replaced the default destination named
"console" with the telly console.  Unfortunately, we didn't leave the old
destination in place as an option, but I'm not sure if we could have.

If this really bothers you, you might be able to create a new destination
using:

Puppet::Util::Log.newdesttype :puppet27_console do
 ...
end

You can see the Puppet 2.7.19 console formatter here:
https://github.com/puppetlabs/puppet/blob/2.7.19/lib/puppet/util/log/destinations.rb#L88-104

-Jeff

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to