RE: different log4J log files for same application

2006-03-06 Thread Bender Heri
This issue was discussed last week extensively. See mail archive. Heri -Original Message- From: waltz co [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 5:26 AM To: log4j-user@logging.apache.org Subject: different log4J log files for same application hi, i have an

Delete old log files automatically

2006-03-06 Thread Xin Zhao
Hi all, Currently, I use the DailyRollingFileAppenderhttp://logging.apache.org/log4j/docs/api/org/apache/log4j/DailyRollingFileAppender.htmlin my application and delete anything older than a month in the archive. Is there an easy way to do it by configuring this Appender or using different

RE: different log4J log files for same application

2006-03-06 Thread Graham Renney
Hi Try this: Create 3 properties files named log4j_1211.properties or whatever name you like and in each properties file (you will have 3 properties files for your 3 application instances) change the path to the log file. add -Dlog4j.configuration=log4j.properties to your command line pointing

JDBCAppender to MS Access Database

2006-03-06 Thread Pitchko, John SCAN
Hello, I'm in the process of upgrading one of our archaic applications from VBA code embedded in a MS Access database to a more robust and better designed Java app. I'm only working on the first part at the moment and will be using the Log4J libray to handle my logging needs. My boss wants me

Configuring chainsaw

2006-03-06 Thread Gert Lokhorst
Hi, I am new to this list so please accept my apologies for asking questions that are already in some FAQ that I am not aware of.. My problem is that the logfile I get has a structure where the message is spread over multiple lines. I have tried to identify this by using square brackets but

RE: Configuring chainsaw

2006-03-06 Thread Scott Deboy
LogFilePatternReceiver can process events with multiple lines. Include a few entries from your log and I'll let you know what logFormat to use. Scott Deboy COMOTIV SYSTEMS 111 SW Columbia Street Ste. 950 Portland, OR 97201 Telephone: 503.224.7496 Cell: 503.997.1367 Fax:

RE: log4j-1.3alpha-7.jar: two different archives in Chainsaw and Log4J distributions.

2006-03-06 Thread Scott Deboy
Can you provide more information on how you're using LocationInfo (are you using LocationInfo programmatically or just setting 'locationInfo' to true in an appender)? To support backward compatibility, we are moving LocationInfo back to org.apache.log4j.spi. This bugzilla issue is