|
I
cannot say how completely, but this has worked for me: (thanks to another
axis-user) #
Set root logger level to DEBUG and its only appender
to stdout. log4j.rootLogger=DEBUG,
stdout # Set axis logger category to FATAL and its only appender to stdout.
//Although I use ERROR log4j.logger.org.apache.axis=FATAL,
stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d
[%t] (%F %L) %-5p %c %x - %m%n -----Original Message----- How do you stop logging 'any' messages completely
with Axis? Basically, if the Web Service thows an exception, the
Call.java 'invoke' method in line 1853
continues
to log the exception via the statement: } catch
(Exception e) { Is this configurable? Thanks, |
Title: how to stop logging (completely)
- how to stop logging (completely) Peake, Chris
- Jason Weinstein
