@see subject

CommentFileSizeAuthor
#1 drush-verbose-log.patch5.71 KBdawehner

Comments

dawehner’s picture

Status: Active » Needs review
StatusFileSize
new5.71 KB

here is a patch for the HEAD version

moshe weitzman’s picture

Title: Replace drush_verbose() calls with drush_log() » Replace drush_verbose() and drush_print() calls with drush_log()
Status: Needs review » Active

Committed the patch. I also removed drush_verbose().

Any chance you can repace drush_print() too? These will need a 'success' or 'message' or some other type as second param to drush_log since they should print regardless of verbose level.

moshe weitzman’s picture

There are times when we really do want to just print instead of log - mostly when the output could conceivable be consumed by another script. Example: `drush connect` (a new command)

moshe weitzman’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.