Hi PuzanovsP, I Installed mdc extension to my AEM instance. I have created servlet to get SlingHttpServletRequest.I created l ogs/mdcerror.log file with "%d{dd.MM.yyyy HH:mm:ss.SSS} *%p* [%X{req.remoteHost}] [%t] %c %msg%n" pattern.
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 Apa...