Details
In order to prevent modifications to your log files, you can restrict the OS permissions to only be readable/writable by the JBoss user.
Solution
In order to change the location of your log files you can use this Java property at startup jboss.domain.log.dir and set a different log directory (I.E. /var/log/jboss)
-Djboss.domain.log.dir=/var/log/jboss/
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.