Log Entry Formatting

Log Format is configured as described in the examples below.

<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} %p %notEmpty{[%marker]} %T %X{request.id} %C.%M() : %m%n"/>

Example 1 - Log Format Configuration

Sample Log Output:

2018-06-07 09:30:55.880 INFO [WEBAPP] 25 2e098da8-5bbe-4bff-8acd-3df1220217a3 com.ifsworld.fnd.common.logging.LoggerUtils.configLogger() : Configured logger using global configuration file.

Example 2 - Log Output