Active
Project:
Quickstart: Prebuilt Drupal Development Environment
Component:
Drush
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Apr 2011 at 18:58 UTC
Updated:
11 Jul 2012 at 17:03 UTC
Trim the logs for better debugging
Gedit logs for quick browsing
Comments
Comment #1
the_g_bomb commentedI had wondered about the inclusion of logrotate, to keep the current log files a bit smaller
Comment #2
MichaelCole commentedapache-access.log -> /var/log/apache2/other_vhosts_access.log
apache-error.log -> /var/log/apache2/error.log
mysql-error.log -> /var/log/mysql/error.log
php-error.log -> /var/log/php-error.log
foreach($logs as $log) {
echo "" | sudo tee $log;
}
gedit explode($logs. ' ');
Comment #3
MichaelCole commentedComment #4
mike stewart commentedHey Michael -- not sure what to do with this? It this a script for cron or ??? Let's chat when you get a chance to see how we can incorporate.
Comment #5
MichaelCole commented