# STDOUT: stdout appender
>> log4j.appender.STDOUT=org.apache.log4j.ConsoleAppender
>> log4j.appender.STDOUT.layout=org.apache.log4j.PatternLayout
>> log4j.appender.STDOUT.layout.ConversionPattern=%d %5p [%t] (%F:%L) %c{2}
>> -
>> %m%n
>>
>> # MVNO
>> log4j.appender.MVNO=org.apache.log4j.RollingFileAppe
what is it that doesn't work?
Filip
bizio wrote:
Hi guys.
This is my first post here.
I have a problem with log4j in one of two mine webapps: the first
log4j.properties looks like
# Conventions used in code
# + Only few logging statements are at level INFO, just to log user activity
# + RPC ac
%F:%L) %c{2} -
%m%n
Could someone please give me a feedback on this issue?
Thaks a lot!
--
View this message in context:
http://www.nabble.com/log4j-and-two-webapps-tp17157138p17157138.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
--