issues
search
jigarius
/
drall
A tool to run drush commands on multi-site Drupal installations.
GNU General Public License v3.0
33
stars
5
forks
source link
Drall verbosity must not interfere with Drush verbosity
#38
Closed
jigarius
closed
2 years ago
jigarius
commented
2 years ago
Motivation
When running a drall command with
-vvv
, the
-vvv
gets passed to Drush.
Drush output can get very verbose with
-vvv
and it makes it hard to read the Drall log messages.
Proposed solution
Use something like
--drall-verbose
and
--drall-debug
to control Drall's verbosity.
These options should not be forwarded to Drush commands.
Motivation
-vvv
, the-vvv
gets passed to Drush.-vvv
and it makes it hard to read the Drall log messages.Proposed solution
--drall-verbose
and--drall-debug
to control Drall's verbosity.