RE: Offline analysis of log4j log files...

2003-03-04 Thread Brendan Lawlor
Thanks Luis - the perl option makes a lot of sense. I'll check out chainsaw too. Brendan. -Original Message- From: Luis Reis [mailto:[EMAIL PROTECTED] Sent: 04 March 2003 12:34 To: Log4J Users List Subject: Re: Offline analysis of log4j log files... Brendan, You can use a fairly

RE: Help with Logging (1.2.7)

2003-03-04 Thread Shapira, Yoav
Howdy, Set additivity to false for all your loggers, or alternatively for the root logger. Yoav Shapira Millennium ChemInformatics -Original Message- From: Corbin, James [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 6:30 PM To: Log4J Users List Subject: RE: Help with Logging

Help on searching messages on asynchron Logging

2003-03-04 Thread Jean-Michel Auguste
Hi, Could you please help me on how I could retrieve all messages that deal with asynchronous logging. I tried to send several message type but only receive empty items Thanks for your help Jean-Michel Auguste

RE: Help with Logging (1.2.7)

2003-03-04 Thread Corbin, James
Thanks for the suggestion. I already have all loggers additivity set to false, but my logging to the category still is appended to a JBOSS INFO message before being displayed. I must be doing something fundamentally wrong. Does anyone have a clue? I've read all the threads about this from the

RE: Help with Logging (1.2.7)

2003-03-04 Thread Ebersole, Steven
Just to make sure I understand: The statement is completely correct when going to LightSpeed_Default appender; but then everything going to the LightSpeed_Console appender displays the characteristics you mention? Is it every message that you log to the console appender? If so, my guess is that

RE: Help with Logging (1.2.7)

2003-03-04 Thread Ebersole, Steven
Actually, this should be really easy to test, now that I thought about it further. What happens if you add a System.out.println() call? Does it show up with the same INFO marking? |-Original Message- |From: Ebersole, Steven [mailto:[EMAIL PROTECTED] |Sent: Tuesday, March

RE: Help with Logging (1.2.7)

2003-03-04 Thread Corbin, James
The logs look identical, both the console and log file. It is happening in both places. -Original Message- From: Ebersole, Steven [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9:50 AM To: 'Log4J Users List' Subject: RE: Help with Logging (1.2.7) Just to make sure I

RE: Help with Logging (1.2.7)

2003-03-04 Thread Corbin, James
A System.out.println() logs as I would expect. Below is a System.out.println(), taken from the JBOSS console output. 09:59:16,398 INFO [STDOUT] Key = OTA_HotelResSearchRQ J.D. -Original Message- From: Ebersole, Steven [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 9:57 AM

RE: Help with Logging (1.2.7)

2003-03-04 Thread Ebersole, Steven
But what String did you pass to the println method to get that output? If you just simply did 'System.out.println( Key = OTA_HotelResSearchRQ );', then the result is NOT normal stdout behaviour, and would seem JBOSS is defintely manually redirecting stdout (plus adding the additional info).

RE: Help with Logging (1.2.7)

2003-03-04 Thread Corbin, James
You are correct. I still would like to be able to define, through my application specific configuration file, a console and rolling file appender that doesn't conflict with the console and rolling file appender defined by the JBOSS installation. I need this because we deploy on multiple

RE: Help with Logging (1.2.7)

2003-03-04 Thread Ebersole, Steven
Sorry, cannot help you there. As I mentioned I have zero experience using JBOSS. For the console one, I would suggest that it really isn't that big of a deal (but thats just me). For the file appender, however, I cannot begin to fathom how they could be catching those. Might want to ask these

No output with Webstart application

2003-03-04 Thread Torsten Trzeciak
Hi, we use log4j with many applications. But after distributing the apps with Webstart we won't see any log4j output on the clients. We use a log4j.properties file for the configuration which is in the classpath. There is no error message.

RE: Help with Logging (1.2.7)

2003-03-04 Thread Rafal Kedziorski
hi, my definition for log4j in JBoss looks so: appender name=MMCMSFILE class=org.jboss.logging.appender.DailyRollingFileAppender param name=File value=${jboss.server.home.dir}/log/mmcms.log/ param name=Append value=true/ param name=Threshold value=DEBUG/ param name=DatePattern