Enable first failure data capture (FFDC) services and logging
to capture diagnostic and debugging information. You can use this
information to track and troubleshoot your Java™ clients, and record errors that might occur
when events are submitted for processing.
About this task
FFDC records capture the exception stack and extra data that
is generated when an exception error occurs. These records provide
useful information to help you troubleshoot problems, in addition
to the
trace.log files. By default, FFDC logs
are written to the temporary directory of the system. To change
the location where FFDC logs are written, add the Java property
com.ibm.ia.ffdc.jse.output.dir to
the Java client to set the directory
for the FFDC output files. You can also enable logging within the Java client classes and direct the
log files to a specific location.