RE: Getting junk messages in log file (Followup=null) while using struts

2002-11-20 Thread Venkat Reddy Valluri
-Original Message- From: donald larmee [mailto:[EMAIL PROTECTED]] Sent: Wed 11/20/2002 1:50 PM To: Log4J Users List Cc: Subject:RE: Getting junk messages in log file (Followup=null) while using struts Add an entry to your log4j.properties file restricting the level that

RE: Getting junk messages in log file (Followup=null) while using struts

2002-11-20 Thread Venkat Reddy Valluri
-Original Message- From: donald larmee [mailto:[EMAIL PROTECTED]] Sent: Wed 11/20/2002 1:50 PM To: Log4J Users List Cc: Subject:RE: Getting junk messages in log file (Followup=null) while using struts Add an entry to your log4j.properties file restricting the

RE: Getting junk messages in log file (Followup=null) while using struts

2002-11-20 Thread donald larmee
Can you pl let me know how to prevent strus classes from logging messages Thks --Venkat -Original Message- From: donald larmee [mailto:[EMAIL PROTECTED]] Sent: Wed 11/20/2002 12:54 PM To: Log4J Users List Cc: Subject:Re: Getting junk messages in log file (Followup=null

RE: Getting junk messages in log file (Followup=null) while using struts

2002-11-20 Thread Venkat Reddy Valluri
PROTECTED]] Sent: Wed 11/20/2002 12:54 PM To: Log4J Users List Cc: Subject:Re: Getting junk messages in log file (Followup=null) while using struts Try putting the Logger(Category) in your pattern layout (via %c), so you can see who is doing the logging. I am assuming that the

Re: Getting junk messages in log file (Followup=null) while using struts

2002-11-20 Thread donald larmee
Try putting the Logger(Category) in your pattern layout (via %c), so you can see who is doing the logging. I am assuming that the message is coming from struts (or another component/jar that it relies on), which uses the jakarta logging/commons package(which in turn will use log4j if it availa