The logs of eXo Platform are controlled by the Java Logging API.
By default, the logs are configured to:
log errors and warnings on the console.
log $PLATFORM_TOMCAT_HOME/logs/platform.log
(Tomcat), or $PLATFORM_JBOSS_HOME/standalone/log/server.log
(JBoss), or $NATIVE_INSTALLER_DIR/apps/exoplatform/logs/platform.log
and $NATIVE_INSTALLER_DIR/apache-tomcat/logs/
(Native Installer).
The logs are configured via the file:
$PLATFORM_TOMCAT_HOME/conf/logging.properties
(Tomcat). Please refer to Tomcat's Logging Documentation
for more information on how to adjust this file to your needs.
$PLATFORM_JBOSS_HOME/standalone/configuration/logging.properties
(JBoss).
$NATIVE_INSTALLER_DIR/apache-tomcat/conf/logging.properties
(Native Installer).
See also