The article linked predates Capistrano 3, and probalby the Gem author
didn't take care to correctly target his gem at just Capistrano version 2.

Version three is a ground up re-write (http://semver.org/) and probably
doesn't work with steps.

I suggest contacting the Gem vendor.

Lee Hambley
--
http://lee.hambley.name/
+49 (0) 170 298 5667


On 29 October 2013 11:29, Temba Mazingi <[email protected]> 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.
>

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

Reply via email to