The fnlog4j.properties file contains various loggers that you can set to specify the information that you want to log for a process client.
The loggers are separated into sections that are based on the components that you need to trace. Depending on the problem that you are dealing with, enable only the section that you need so that you limit the amount of tracing. For example, if you need to trace Component Manager problems, you can enable the loggers in the Component Integrators section: # ------- Component Integrator log4j.logger.filenet.vw.ComponentIntegrator=DEBUG,TXT log4j ... To troubleshoot PEWS API issues with fnlog4j tracing, you can enable the following section: # ------ PEWS API log4j.logger.filenet.vw.ws.server=DEBUG log4j ... To enable full tracing for all of the loggers, you can enable the rootlogger: log4j.rootLogger=DEBUG, TXT Use this option sparingly since it can enable tracing from other non-FileNet components that use log4j.