HiI wanted to find out which file the log file is written to, so i
added debug="true" in my xml file as below

<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/";
debug="true">

This shows me that a log file is created under /app/mylogs/log

But no logs are being written to this log file, i can see all the logs only
in application server log file,

This happens when i am running this application on clustered weblogic, but
when i run this same application with same configuration file on stand alone
weblogic all the logs are written to proper log file,

How to debug this issue

Reply via email to