I have two instances of log4j running on the same UNIX server.  Every once
in a while log messages from one instance will appear in the other.  Has
anyone seen this before?  Any ideas on why this could happen?

Here are the config files:

Instance1
log4j.appender.A1=org.apache.log4j.DailyRollingFileAppender
log4j.appender.A1.DatePattern='.'yyyyMMdd
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=[%t] %d{yyyyMMdd hh:mm:ss:SSS}
%-5p %c - %m%n
log4j.appender.A1.File=/amms/development/data/hipaa_inbound.log

Instance2
log4j.appender.A1=org.apache.log4j.DailyRollingFileAppender
log4j.appender.A1.DatePattern='.'yyyyMMdd
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=[%t] %d{yyyyMMdd hh:mm:ss:SSS}
%-5p %c - %m%n
log4j.appender.A1.File=/amms/development/data/hipaa_soap.log

Thanks!
Clare H. Myers
Application Developer Advisor
Anthem - AMMS
(513) 336-5472




CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, 
is for the sole use of the intended recipient(s) and may contain confidential
and privileged information or otherwise protected by law.  Any unauthorized
review, use, disclosure or distribution is prohibited.  If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies of the original message.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to