For what it's worth, the `pretty` formatter is designed to be swappable. There are no examples in the wild, but you can easily take it and reduce the verbosity. It is designed this way so that people can get all the information they need to debug up front, and then tone down the output if they need to.
If we would be quiet by default, we'd have a stream of never ending environment problems to debug :) Lee Hambley -- http://lee.hambley.name/ +49 (0) 170 298 5667 On 29 October 2013 12:04, Temba Mazingi <[email protected]> wrote: > Thanks, > > I will still endeavour with v3 for now, and make do with the slightly > overwhelming level of output :-) > > Temba > > > On Tuesday, October 29, 2013 12:39:31 PM UTC+2, Lee Hambley wrote: > >> Issue opened with the steps Gem: https://github.com/** >> crowdfavorite/gem-steps/**issues/9<https://github.com/crowdfavorite/gem-steps/issues/9>(correct >> link.) >> >> Lee Hambley >> -- >> http://lee.hambley.name/ >> +49 (0) 170 298 5667 >> >> >> On 29 October 2013 11:38, Lee Hambley <[email protected]> wrote: >> >>> Issue opened with the steps Gem: https://groups.google.** >>> com/forum/#!topic/capistrano/**bdZ_17b32fI<https://groups.google.com/forum/#!topic/capistrano/bdZ_17b32fI> >>> >>> >>> On Tuesday, October 29, 2013 11:29:13 AM UTC+1, Temba Mazingi wrote: >>>> >>>> Hi all, >>>> >>>> I am having issues trying to integrate Cap3 with the Steps gem ( >>>> http://jondavidjohn.com/blog/****2013/06/capistrano-output-**clea** >>>> nup-with-steps<http://jondavidjohn.com/blog/2013/06/capistrano-output-cleanup-with-steps>). >>>> Firstly I get this error when I require 'steps': >>>> >>>> cap aborted! >>>> cannot load such file -- steps >>>> config/deploy.rb:1:in `<top (required)>' >>>> Tasks: TOP => staging >>>> (See full trace by running task with --trace) >>>> >>>> Then in terms of trying to use either the logger.level = >>>> Logger::IMPORTANT or Capistrano::Logger::**IMPORTA**NT, I get the >>>> following errors: >>>> >>>> # when using logger.level = Logger::IMPORTANT >>>> >>>> cap aborted! >>>> undefined local variable or method `logger' for main:Object >>>> config/deploy.rb:3:in `<top (required)>' >>>> Tasks: TOP => staging >>>> (See full trace by running task with --trace) >>>> >>>> # when using Capistrano::Logger::IMPORTANT >>>> >>>> cap aborted! >>>> uninitialized constant Capistrano::Logger >>>> config/deploy.rb:3:in `<top (required)>' >>>> Tasks: TOP => staging >>>> (See full trace by running task with --trace) >>>> >>>> >>>> Any help would be greatly appreciated. >>>> >>>> Thx >>>> >>> -- >>> -- >>> * You received this message because you are subscribed to the Google >>> Groups "Capistrano" group. >>> * To post to this group, send email to [email protected] >>> * To unsubscribe from this group, send email to capistrano+...@** >>> googlegroups.com For more options, visit this group at >>> http://groups.google.com/**group/capistrano?hl=en<http://groups.google.com/group/capistrano?hl=en> >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Capistrano" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to capistrano+...@**googlegroups.com. >>> >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >> >> -- > -- > * You received this message because you are subscribed to the Google > Groups "Capistrano" 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/capistrano?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Capistrano" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- * You received this message because you are subscribed to the Google Groups "Capistrano" 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/capistrano?hl=en --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
