Issue opened with the steps Gem: 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-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::IMPORTANT, 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 [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.
