3 messages in org.apache.logging.log4j-userwriting to multiple files
FromSent OnAttachments
Srivastava, AbhinavJun 3, 2004 5:39 pm 
Wendy SmoakJun 3, 2004 6:20 pm 
Narendra Babu KirthiJun 3, 2004 9:43 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:writing to multiple filesActions...
From:Srivastava, Abhinav (asri@amgen.com)
Date:Jun 3, 2004 5:39:45 pm
List:org.apache.logging.log4j-user

The properties file : log4j.category.X=DEBUG, Ap1 log4j.category.X.Y.Z=DEBUG, Ap2 log4j.category.X.Additivity=false

and the code log = LogFactory.getLog("X.Y.Z"); log.error("message");

I get the output in both the appenders Ap1 and Ap2 though I expect it to go to only Ap2

????