IBM FileNet P8, Version 5.2.1            

fnlog4j.properties loggers

The fnlog4j.properties file contains various loggers that you can set to specify the information that you want to log for a process client.

In fnlog4j.properties, all of the lines that have the following prefixes are the loggers: log4j.logger. You can assign a level to each logger. The log levels include TRACE, DEBUG, INFO, WARN, ERROR, and FATAL. TRACE is the most detailed, and FATAL is the least detailed. You must add an appender to the end of each logger definition, as shown in the following examples: In the examples, the TXT appender is to be used with the specific loggers.

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.



Last updated: March 2016
p8pct042.htm

© Copyright IBM Corporation 2016.