Okay - I'm now trying to go down the JDK 1.4 logging route and have had a
similar amount of success - i.e. none.

I've altered the logging.properties file in $JAVA_HOME/jre/lib and altered
the console level and my the level for my classes to FINE, which should
equate to DEBUG.  However, I still see nothing above INFO and if I call
isDebugEnabled() it returns false.


moneyline telerate

Keir Bowden
Development Consultant

Winchmore House, 15 Fetter Lane, London EC4A 1BW
telephone 020 7832 9839
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
www.moneyline.com


> -----Original Message-----
> From: Galbreath, Mark A [mailto:[EMAIL PROTECTED] 
> Sent: 27 July 2004 18:57
> To: '[EMAIL PROTECTED]'
> Subject: RE: Help with Log4j
> 
> 
> You could also just use JDK 1.4 logging and discard all that crap.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 27, 2004 1:49 PM
> To: '[EMAIL PROTECTED]'
> Subject: Re: Help with Log4j
> 
> 
> 
> You could check that log4j is in the AXISCLASSPATH. 
> -Enric
> 
> On Tue, 27 Jul 2004, Keir Bowden wrote:
> 
> > Hi,
> >  
> > I'm having trouble getting log4j to work in conjunction 
> with commons 
> > logging, Axis 1.0 and Tomcat 5.0.19.  I've tried altering the 
> > log4j.properties in the axis.jar file, adding the log4j jar file to 
> > the tomcat shared\lib, common\lib and server\lib 
> directories, adding 
> > log4j.properties files in the tomcat shared\classes, 
> common\classes, 
> > server\classes and the axis\WEB-INF\classes directories, all to no 
> > avail.
> >  
> > I've googled on this with all combinations of tomcat, axis 
> and log4j 
> > that I can think of, but I just can't seem to coax anything 
> other than 
> > the INFO level debugging into the tomcat\logs\stdout.log 
> file that I 
> > had upon first installation of tomcat.
> >  
> > I'm using the LogFactory.getLog() method from commons 
> logging, which 
> > should choose log4j if possible.  However, when I output the Log 
> > object that is returned, it's an 
> > org.apache.commons.logging.impl.Jdk14Logger.
> >  
> > I've been banging my head against this one for three days 
> now - has anyone
> > out there managed to get this combination working?   Any 
> and all tips
> > gratefully received.
> > 
> > Keir Bowden
> > Development Consultant
> > 
> > Telerate
> > Winchmore House, 
> > 15 Fetter Lane, London EC4A 1BW 
> > (w) +44 (0) 207 832 9839 
> >  (e) [EMAIL PROTECTED] 
> > http://www.telerate.com <http://www.telerate.com/> 
> > "Our company name has changed to Telerate. Please note my 
> email address is
> > [EMAIL PROTECTED]"
> > 
> >  
> > 
> > 
> #####################################################################
> >                            CONFIDENTIALITY NOTICE
> > The information contained in this email is confidential and may also
> > be privileged. It is intended to be for the exclusive use of the 
> > addressee(s) and access to it by any other person is unauthorised.
> > If you are not the addressee please note that you must not 
> distribute,
> > copy, circulate or in any other way use or rely on the information 
> > contained in this email.  If you have received this email in error 
> > please notify us by phone (+44 (0)20 7832 9000) and then 
> destroy the 
> > email and any copies of it.
> > 
> ######################################################################
> > 
> 

#####################################################################
                           CONFIDENTIALITY NOTICE
The information contained in this email is confidential and may also 
be privileged. It is intended to be for the exclusive use of the 
addressee(s) and access to it by any other person is unauthorised.
If you are not the addressee please note that you must not distribute,
copy, circulate or in any other way use or rely on the information 
contained in this email.  If you have received this email in error 
please notify us by phone (+44 (0)20 7832 9000) and then destroy the 
email and any copies of it.
######################################################################

Reply via email to