-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
-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
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
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
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
Hi,
I tried to log messages using log4j1.2.7.jar in my application using struts,
Here is code ..
public class TestAction extends ActionBase {
static Category cat = Category.getInstance(TestAction.class.getName());
private ActionForward doGetInfo(ActionMapping mapping,