By moshe weitzman on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
master
Introduced in version:
7.x-5.0
Issue links:
Description:
Help the Drush development team by sending anonymized usage statistics.
To automatically send usage data, please add the following to a .drushrc.php file:
$options['drush_usage_log'] = TRUE;
$options['drush_usage_send'] = TRUE;
Stats are usually logged locally and sent whenever log file exceeds 50Kb.
Alternatively, one may disable automatic sending and instead use usage-view and
usage-send commands to more carefully send data.