Re: Logging to DB2 error

2005-09-29 Thread Dominique Paquin
Please note that the stars(*) were not inserted there by me but possibly by the maling list server Dominique Paquin wrote: Hello all, I'm trying to log to a DB2 server, I can access this server with my SQuireL client as well as the DB2 adminstraftion console and navigate in the table where

Logging to DB2 error

2005-09-29 Thread Dominique Paquin
Hello all, I'm trying to log to a DB2 server, I can access this server with my SQuireL client as well as the DB2 adminstraftion console and navigate in the table where I wish to log to, so I know it is accessible. *This is my log4j configuration :* -- *log4j.ro

Re: writing logs into multiple files

2005-09-29 Thread rusty+commons
I use the following. Is using the org.apache.log4j.varia.LevelMatchFilter a better way log to different places? http://jakarta.apache.org/log4j/";>

Re: Cannot turn off logging when using Junit - SOLVED

2005-09-29 Thread Mark Womack
The libs are not included in the cvs due to various licensing issues. At least at the time that was the issue I remember. We should revisit it as part of the 1.3 push. I'm sure we can include the Apache jars and I would like the build process to be as self-contained as possible. You could always ov

Re: Cannot turn off logging when using JUnit

2005-09-29 Thread Mark Womack
Indeed. It is my task for this evening to do the next 1.3 alpha build. I was going to do it earlier this week, but my time ran out at the ends of the various days... -Mark On 9/29/05, Jacob Kjome <[EMAIL PROTECTED]> wrote: > > > > I believe that some of the developers are working on getting a new

Re: files not rolling over - debug dump

2005-09-29 Thread James Stauffer
Did something else have the file open at the time? On 9/28/05, David Thielen <[EMAIL PROTECTED]> wrote: > Hi; > > I ran last night with log4j debugging on and got: > > log4j: setFile called: C:\Tomcat 5.5/logs/tomcat.log, true > log4j: setFile ended > log4j: Appender [tomcat] to be rolled at midni

RE: Cannot turn off logging when using Junit - SOLVED

2005-09-29 Thread Rakesh Patel
Hi, Ok I built from source using the latest in cvs. It wasn't as hard as I thought it would be (not sure why all 3rd party libs are not included though in cvs?). Turning the logging to OFF does what I need now! Thanks for the help, Rakesh -Original Message- From: Jacob Kjome [mailto:[E

RE: Cannot turn off logging when using JUnit

2005-09-29 Thread Jacob Kjome
Quoting Rakesh Patel <[EMAIL PROTECTED]>: > I am indeed using the 1.3 alpha version. > > However, adding this line makes no difference: > > log4j.logger.org.apache.log4j=WARN > > Jake, your last paragraph contradicts itself. You say the internal code > cannot be overriden and then you say it can?

RE: can we create web based interface for logviewers

2005-09-29 Thread Lutz Michael
you should check out this product ... http://www.xpolog.com -Original Message- From: Nurjahan [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 5:17 AM To: log4j-user@logging.apache.org Subject: can we create web based interface for logviewers I want to develop a webba

Re: writing logs into multiple files

2005-09-29 Thread Antoine TYNEVEZ
I think you might write something like that : and so on for INFO, WARN, ERROR and FATAL hope it could help Antoine K Srinivas a écrit : Hi, currently i am writing the whole of

writing logs into multiple files

2005-09-29 Thread K Srinivas
Hi, currently i am writing the whole of the logs of my application into a single log file. I want to write the logs into different log files based on the log level. or the package level (meaning classes in the same package will write to a single log file). Hence if i have 5 packages in my applic

can we create web based interface for logviewers

2005-09-29 Thread Nurjahan
I want to develop a webbased Logviewer to open the log files . can anybode helps me how to do that ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Cannot turn off logging when using JUnit

2005-09-29 Thread Rakesh Patel
I am indeed using the 1.3 alpha version. However, adding this line makes no difference: log4j.logger.org.apache.log4j=WARN Jake, your last paragraph contradicts itself. You say the internal code cannot be overriden and then you say it can? Any idea when the next release will fix this (no time t