RE: Help with Logging (1.2.7)

2003-03-05 Thread Avi Avraham
this will help. -Original Message- From: Corbin, James [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 6:20 PM To: Log4J Users List Subject: RE: Help with Logging (1.2.7) Thanks for the suggestion. I already have all loggers additivity set to false, but my logging to the category still

RE: Help with Logging (1.2.7)

2003-03-04 Thread Shapira, Yoav
PROTECTED] Sent: Monday, March 03, 2003 4:08 PM To: Log4J Users List Subject: Re: Help with Logging (1.2.7) hi, why don't You use the log4j included to JBoss? I'm working with this and it works fine. Rafal At 16:39 03.03.2003 -0500, Corbin, James wrote: I am using Log4j version 1.2.7 as my

RE: Help with Logging (1.2.7)

2003-03-04 Thread Corbin, James
] - setSuccessfulForward = /SendHouseList -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 7:13 AM To: Log4J Users List Subject: RE: Help with Logging (1.2.7) Howdy, Set additivity to false for all your loggers, or alternatively for the root logger. Yoav

RE: Help with Logging (1.2.7)

2003-03-04 Thread Ebersole, Steven
List |Subject: RE: Help with Logging (1.2.7) | | | |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

RE: Help with Logging (1.2.7)

2003-03-04 Thread Ebersole, Steven
, 2003 10:50 AM |To: 'Log4J Users List' |Subject: RE: Help with Logging (1.2.7) | | |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

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
To: 'Log4J Users List' Subject: RE: Help with Logging (1.2.7) 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

RE: Help with Logging (1.2.7)

2003-03-04 Thread Ebersole, Steven
|To: Log4J Users List |Subject: RE: Help with Logging (1.2.7) | | | |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

RE: Help with Logging (1.2.7)

2003-03-04 Thread Corbin, James
platforms of which I cannot guarantee they will be using log4J for their application server logging. -Original Message- From: Ebersole, Steven [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 10:20 AM To: 'Log4J Users List' Subject: RE: Help with Logging (1.2.7) But what String did you

RE: Help with Logging (1.2.7)

2003-03-04 Thread Ebersole, Steven
: RE: Help with Logging (1.2.7) | | | |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

RE: Help with Logging (1.2.7)

2003-03-04 Thread Rafal Kedziorski
:47,919,MyCategory[INFO ] - setSuccessfulForward = /SendHouseList -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 7:13 AM To: Log4J Users List Subject: RE: Help with Logging (1.2.7) Howdy, Set additivity to false for all your