/**
  * @see sfTask
  */
 public function log($messages)
 {
   if (null === $this->commandApplication || $this->commandApplication->isVerbose())
   {
     parent::log($messages);
   }
 }