You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by dweber <dw...@asyst-connect.com> on 2002/11/10 22:25:29 UTC

Turn on logging

I"m having client side serialization issues and I'd like to enable debug
logging.  How can I turn it on?



Re: Turn on logging

Posted by Jeff Greif <jg...@alumni.princeton.edu>.
The logging configuration file is in axis.jar, called log4j.properties or
something similar.  If you make a copy of it, tweak it to turn on debug
logging, and put the copy ahead of axis.jar in your class path, you'll get
what you need.  This information is somewhere in the Axis docs, but I can't
remember where.

Jeff

----- Original Message -----
From: "dweber" <dw...@asyst-connect.com>
To: <ax...@xml.apache.org>
Sent: Sunday, November 10, 2002 1:25 PM
Subject: Turn on logging


> I"m having client side serialization issues and I'd like to enable debug
> logging.  How can I turn it on?
>
>
>