Customizing Node Log Files to Download
You customize the log files downloaded for a fabric node to ensure that you download all the necessary log files. You must have the privileges of a System Administrator to customize the log files. You customize the log files you want to download by modifying the Perl script in /var/www/cgi-bin/getLogFiles.
Modify the getLogFiles 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"); . . .