Search found 3 matches

by DEBAPRIYA
Tue Aug 25, 2015 10:22 pm
Forum: Miscellaneous
Topic: MDC Integration Help
Replies: 5
Views: 27561

Re: MDC Integration Help

I am trying to run the application and test the log pattern in my Eclipse IDE . I have not yet deployed to the tomcat server yet. So not sure how i can test the logging pattern which i am expecting here.

Thanks,
Deba
by DEBAPRIYA
Tue Aug 25, 2015 9:26 pm
Forum: Miscellaneous
Topic: MDC Integration Help
Replies: 5
Views: 27561

Re: MDC Integration Help

First of all Sorry for putting the question in a wrong forum !! But i would like to explain my problem which i am facing while integrating MDC in my application. I wanted to display some information in the pattern i have declared below in my log4j.properties file. Those key/values i am storing in MD...
by DEBAPRIYA
Tue Aug 25, 2015 3:26 pm
Forum: Miscellaneous
Topic: MDC Integration Help
Replies: 5
Views: 27561

MDC Integration Help

Hi, I am trying to develop a small application using springboot. I am using log4j for logging the info in catalina.out file. I am trying to integrate MDC to display some information about a session in the log but its not happening. I have written a filter called MDCFilter and i can see that is being...