Description:
Provides instructions for turning on detailed Workpoint logging that will help troubleshoot issues with Identity Manager Workflow.
Solution:
#log4j.category.com.workpoint=WARN, WSSysOut, WSFile1#log4j.additivity.com.workpoint=falseReplace the WARN with DEBUG above.
# WSSysOut is set to be a FileAppender which outputs to System.out. # #log4j.appender.WSSysOut=org.apache.log4j.ConsoleAppender #log4j.appender.WSSysOut.Target=System.out #log4j.appender.WSSysOut.layout=org.apache.log4j.PatternLayout #log4j.appender.WSSysOut.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n # WSFile1 is set to be a RollingFileAppender which outputs to WorkPoint.log# It will save the last 5 files and create a new file after the file size# hits 1 Meg. #log4j.appender.WSFile1=org.apache.log4j.RollingFileAppender #log4j.appender.WSFile1.File=./WorkPoint.log #log4j.appender.WSFile1.MaxFileSize=1MB #log4j.appender.WSFile1.MaxBackupIndex=5 #log4j.appender.WSFile1.layout=org.apache.log4j.PatternLayout #log4j.appender.WSFile1.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%nThis will help generate the Workpoint.log.
# wp.log4j.appender.list=GMLog1, GMLog2# wp.log4j.root.level=WARNThis will help generate the WorkpointGeneralMonitor.log.