Hi,

I'm using the following log4j.properties with my WSAD
(Websphere) 4.0.3 IDE.  It works fine for standalone
Java applications, but when I make log4j calls from a
server-based class, say a servlet, I get an extra
newline - presumably b/c it's now being logged into
the Websphere Test Server log?  If I take the '%n' off
the 'layout' line (below) I lose all newlines in my
regular standalone java app output.  

Any ideas?

log4j.rootLogger=DEBUG, Console
log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console.layout.ConversionPattern=%-5p
%c{1}.%M(): %m%n

Thanks.


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

--
To unsubscribe, e-mail:   <mailto:log4j-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:log4j-user-help@;jakarta.apache.org>

Reply via email to