Thanks for the feedback -
Chainsaw supports most of what you've suggested. Here are the details:
- You should be able to open Chainsaw from the command line and specify the
configuration file by adding -Dlog4j.configuration=chainsaw.xml to the command
(log4j.xml has to be in the classpath).
Hi folks,
I started to use Chainsaw V2 in production and would like to provide
some feedback ... very politely of course and hoping I didn't miss
something VERY obvious :-)
+) it would be helpful to use command line parameters, i.e. to open
chainsaw with XML logfile defined on the comm
Chainsaw was moved out of the logging-log4j CVS repository to its own
repository: logging-chainsaw
After the move, the install-chainsaw scripted was updated in CVS but the log4j
site wasn't updated to reflect the change (I really need to figure out how to
update the site).
Here's the CVS link
One option:
On 10/7/05, Rakesh Patel <[EMAIL PROTECTED]> wrote:
> >
> > Because you forgot the attribute additivity="false"
> > BTW: you should use the new Identifier "logger". "category" is deprecated.
> >
> >
> >
> > and
> >
> >
> >
> > Heri
> >
> > > -Original
>
> Because you forgot the attribute additivity="false"
> BTW: you should use the new Identifier "logger". "category" is deprecated.
>
>
>
> and
>
>
>
> Heri
>
> > -Original Message-
> > From: news [mailto:news sea.gmane.org]On Behalf Of Rakesh Patel
> > Sent: Thursday, October 06
Infact, I changed as per the package structure of RollingFileAppender
class in the latest version 1.3 alpha 6.
(org.apache.log4j.rolling.RollingFileAppender).
-Original Message-
From: Jacob Kjome [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 06, 2005 5:16 PM
To: Log4J Users List
Subje
Hi,
following the instructions on
http://logging.apache.org/log4j/docs/chainsaw.html
I downloaded install-chainsaw.xml, which seems to do its job. However,
the downloaded build.xml neither contains a "chainsaw" target nor does
the "chainsaw" directory contain any relevant files.
Thanks,
Jo
Ok I figured it out
I needed to do:
log4j.appender.R.File=${catalina.home}/logs/foobar.log
thanks
John Cherouvim wrote:
log4j.rootLogger=debug, stdout, R
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.l
Errrhow?
Rakesh
-Original Message-
From: James Stauffer [mailto:[EMAIL PROTECTED]
Sent: 05 October 2005 20:14
To: Log4J Users List
Subject: Re: Programmatically controlling log4j
You probably don't want to turn them off but you may want to set their
level to error or fatal.
On 10/
log4j.rootLogger=debug, stdout, R
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File
10 matches
Mail list logo