Thanks

from the help text:
-v, --verbose                    Be more verbose. May be given more
than once

and the source:
    IMPORTANT = 0
    INFO      = 1
    DEBUG     = 2
    TRACE     = 3


can I assume that
  cap -v = 0
  cap -vv = 1
  cap -vvv= 2
  cap -vvvv =3

If so I would like to submit a change to the help text to make it more
clear.

Regars

On Feb 20, 6:05 pm, Jamis Buck <[email protected]> wrote:
> Using logger appropriately will let your own log statements display or
> hide based on the -v switch for Capistrano. See capistrano/logger.rb for
> the source.
>
> - Jamis
>
> On 2/20/09 11:00 AM, Gerhardus Geldenhuis wrote:
>
> > Hi
> > Is it recommended to use logger.info or should I rather be using puts?
> > Also is there options other than logger.info and I would appreciate it
> > if you could point me to the source code for logger which would
> > probably answer my second question.
>
> > Best Regards
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to