If you do "cap -h", you'll see the following included in the output:

   -q, --quiet                      Make the output as quiet as
possible (default)
   -v, --verbose                    Be more verbose. May be given more
than once.

It says that "-q" is the default, but it isn't really. I'll fix that.
The default is actually "-vvv" (e.g., as verbose as possible). To shut
it up completely, use "cap -q". To make it less verbose, simply
specify fewer "-v" switches that the default (e.g. cap -vv will be
slightly less verbose than the default).

- Jamis

On 7/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> How can i change the log level of Capistrano?
>
> self.logger.level ?
> logger.level ?
> @logger.level ?
> Is there a command line argument?
>
> My google foo has failed to find one example of some one changing the
> log level:
> inurl:deploy filetype:rb logger
> inurl:deploy filetype:rb logger.level
> inurl:deploy filetype:rb log
> capistrano logger level
>
> I am having a problem talking to a server that i could talk to on
> sunday. I noticed that there are a lot of debug statements which I
> want to see.
>
> Thank you
> Becker
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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