Sl4j MDC log not printed
Hi ,
I am trying configure SL4J MDC log but the logger is not printing in pattern given in the logger configuration .
Bellow are the steps followed.
1. created one logger configuration as shown in attached diagram with pattern "%d{dd.MM.yyyy HH:mm:ss.SSS} *%p* [%X{req.q}] [%t] %c %msg%n".
2. In the Apache sling logging configuration added the parameter as "q".
3. In the Servlet put one logger.debug to print the logger.
4. We are hitting the Servlet with parameter q="something". Logger.debug not printing in the mdc log format ,even if we are removing time stamp
from the pattern it is always printing in the same format as
23.05.2018 16:24:54.581 *DEBUG* [0:0:0:0:0:0:0:1 [1527072894580] GET /bin/cookie/set HTTP/1.1] com.mattel.ag.core.servlets.CookieAddingServlet Querry parameter is q=Sinha1
Can any one please tell any configuration is missing or needed something else?