Closed lrhazi closed 7 years ago
It would be cool if you could add a way to set this in idp.properties maybe?
<appender name="IDP_PROCESS" class="ch.qos.logback.core.ConsoleAppender"> <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder"> <charset>UTF-8</charset> <Pattern>%date{ISO8601} - %level [%logger:%line] - [%mdc{idp.jsessionid}] - %msg%n%ex{short}</Pattern> </encoder>
Thanks a lot, Mohamed.
You are more than welcome to submit a pull request that takes care of this. Please do.
It would be cool if you could add a way to set this in idp.properties maybe?
Thanks a lot, Mohamed.