Technical Documentation

Customizing Node Log Files To Download

The system administrator can customize the log files that are downloaded for each fabric node by modifying the Perl script in /var/www/cgi-bin/getLogFiles.

To customize the log files that are downloaded for each fabric node, modify thegetLogFiles Perl script zip command as shown:

. . .
system("zip –r $logFileName /var/log/jboss/* /var/tmp/jboss/debug/ /var/log/mysqld.log /var/log/httpd/* /var/log/watchdog /var/log/messages /var/log/SystemStatusLog > /dev/null");
. . .

Published: 2010-03-18