I think it's plenty clear. See "cap -H", too. If it needs more clarification, please feel free to start a wiki page for more detailed examples of how to use each command-line option.
- Jamis On 2/20/09 11:11 AM, Gerhardus Geldenhuis wrote: > 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 -~----------~----~----~----~------~----~------~--~---
