Re: How to find which log file the log is being written

2009-06-02 Thread Jacob Kjome
While you can set it in the config file http://logging.apache.org/"; debug="true"> ...It's somewhat pointless if, in fact, your config file is not being picked up in the first place for configuration.  The better way to do this is to modify the Java command that starts up the server and ad

Re: How to find which log file the log is being written

2009-06-02 Thread Ashish Kulkarni
HiHow do i set log4j.debug=true in XML configuration file On Tue, Jun 2, 2009 at 10:55 AM, Ashish Kulkarni < ashish.kulkarn...@gmail.com> wrote: > HiWhere do i set this log4j.debug =true, and where would be it print the > debug message > > > On Tue, Jun 2, 2009 at 10:09 AM, Yair Ogen wrote: > >>

Re: How to find which log file the log is being written

2009-06-02 Thread Ashish Kulkarni
HiWhere do i set this log4j.debug =true, and where would be it print the debug message On Tue, Jun 2, 2009 at 10:09 AM, Yair Ogen wrote: > use log4j.debug=true > > On Tue, Jun 2, 2009 at 5:00 PM, Ashish Kulkarni < > ashish.kulkarn...@gmail.com > > wrote: > > > HiI have an application which is in

Re: How to find which log file the log is being written

2009-06-02 Thread Jacob Kjome
How do you configure Log4j?  "log4jxml.xml" will not be picked up for auto-configuration.  You'd have to change the name to "log4j.xml" for that.  You can set the Java system property "-Dlog4j.debug=true" to see Log4j's internal logging, which will show which file it is (or possibly isn't) conf

Re: How to find which log file the log is being written

2009-06-02 Thread Yair Ogen
use log4j.debug=true On Tue, Jun 2, 2009 at 5:00 PM, Ashish Kulkarni wrote: > HiI have an application which is installed in clustered weblogic > environment, and for some reason i do not see any logs in the log file > specified in File section > I have defined my logger as below, i dont see any