posted 13 years ago
Hi Techies,
I am working on a web application built on fedeated portal architecture of Weblogic. Inorder to capture end to end user journey, I am using NDC (Nested Diagnostic Context) of LOG4J. However, it is not logging any information in the log files.
The code snippet is very simple -
NDC.push("Saurabh");
However, it is not logging the information in log files. I am using Apache Log4j for logging the information.
I haven't updated any property in log4j.xml as I can't see any such settings in the docs available on intranet.
Please can someone tell me wham am I missing in here? It is pretty simple one liner code which is not working.
Thanks in advance,
Saurabh
Success is not doing extraordinary things but doing ordinary things extraordinarily well.