Issue #12080 has been updated by Kelsey Hightower. Status changed from Accepted to In Topic Branch Pending Review
## Pending review ## A pull request has been issued: [Pull 390](https://github.com/puppetlabs/puppet/pull/390) ### Unrelated failing specs ### The seems to be some unrelated specs that are failing with, or without this patch. Finished in 191.33 seconds 14580 examples, 4 failures, 87 pending Failed examples: # Puppet::SSL::CertificateAuthority when signing certificates should save valid certificates rspec ./spec/integration/ssl/certificate_authority_spec.rb:113 # Puppet::Application::Device when running for each device should cleanup the vardir setting after the run rspec ./spec/unit/application/device_spec.rb:322 # Puppet::Application::Device when running for each device should cleanup the confdir setting after the run rspec ./spec/unit/application/device_spec.rb:322 # Puppet::Application::Device when running for each device should cleanup the certname setting after the run rspec ./spec/unit/application/device_spec.rb:332 ---------------------------------------- Feature #12080: Enhance Faces console logging https://projects.puppetlabs.com/issues/12080 Author: Kelsey Hightower Status: In Topic Branch Pending Review Priority: Normal Assignee: Kelsey Hightower Category: Faces Target version: 2.7.x Affected Puppet version: Keywords: geordi Branch: https://github.com/kelseyhightower/puppet/tree/ticket/2.7.x/12080_add_custom_console_logging_to_faces We should have the ability to log warnings, errors, and notices to stderr, with better formatting and colors: Puppet::Face.err "This error will go to stderr with nice formatting" We should also have the ability to color specific sections of a given string: "This is a red #{Puppet::Face.colorize(:red, 'string'}" -- 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.
