OIM 9.1: Console Appender settings
log4j.rootLogger=WARN,stdout
#
# Console Appender
# The configuration below is to configure the way the log will be formatted
# when it is output to the console.
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%5p,%d{dd MMM yyyy HH:mm:ss,SSS},[%c],%m%n