Configuring and Using QXtend Inbound > Logging
  
Logging
Logging is facilitated by the Apache Jakarta Project Log4j infrastructure. This means that log statements are in the code; their output can be configured in an external XML file. In QXI, this file is called qxtendlogging.xml and is located in:
TOMCAT_HOME/webapps/<QXI webapp>/WEB-INF/conf
All log files are created and stored by default in:
TOMCAT_HOME/webapps/<QXI webapp>/WEB-INF/logs
Unless otherwise described, do not change the details for these logs, except where they are stored or the reporting levels. It may be useful to move these files to the backup storage, or to delete them, once the records are no longer required.Information on how to edit these files is beyond the scope of this document; further information can be found on the Log4j Web site:
http://jakarta.apache.org/log4j/docs/index.html