I would like to reopen ticket #2608 because there is still no way in 1.1 to increase Phing's verbosity from the symfony CLI - however I do not have TICKET_APPEND privilege.
My Trac username is "jablko". Is it possible to get this privilege? or is it better to open a new ticket? I am now familiar with the sfCommandApplication::isVerbose() flag, but it is on by default. Phing supports higher levels of verbosity by setting: self::$msgOutputLevel = PROJECT_MSG_DEBUG; - or - self::$msgOutputLevel = PROJECT_MSG_VERBOSE; - in Phing::execute() - but there is no way to increase $msgOutputLevel from the CLI. I had in mind something like the --verbose option defined in GNU coding standards: http://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html Using it multiple times increases the verbosity. It would be nice if this were implemented consistently by the task framework, like the -- application option in sfBaseTask::doRun() Thanks and best wishes, Jack --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
