RE: Problem with linux

2010-04-28 Thread Baskaradoss, B - SPLXM
ebug="true"> . . . . . Regards, Balaji -Original Message- From: Vijayakumar [mailto:vijaya.ku...@works.gov.bh] Sent: Wednesday, April 28, 2010 10:09 AM To: Log4J Users List Subject: RE: Problem with linux Hi Balaji, Enable your log4j debug log4j.debug=true and check

RE: Problem with linux

2010-04-28 Thread Vijayakumar
Hi Balaji, Enable your log4j debug log4j.debug=true and check the output. Regards, Vijay -Original Message- From: Baskaradoss, B - SPLXM [mailto:balaji.baskarad...@klm.com] Sent: Wednesday, April 28, 2010 11:05 AM To: Log4J Users List Subject: RE: Problem with linux Hi, Even I have

RE: Problem with linux

2010-04-28 Thread Baskaradoss, B - SPLXM
From: Bender Heri [mailto:hben...@ergonomics.ch] Sent: Wednesday, April 28, 2010 9:43 AM To: 'Log4J Users List' Subject: RE: Problem with linux The IBM lib is overwriting your own log configuration, probably by a active configure() call. Either you do this in your code, or the library d

RE: Problem with linux

2010-04-28 Thread Bender Heri
rom: Vijayakumar [mailto:vijaya.ku...@works.gov.bh] > Sent: Wednesday, April 28, 2010 8:28 AM > To: Reddy, Ramachandra > Cc: Log4J Users List > Subject: RE: Problem with linux > > As I suspected the log file is loaded but while it logs the message I takes > the IBM log for co

RE: Problem with linux

2010-04-27 Thread Vijayakumar
ginal Message- From: Reddy, Ramachandra [mailto:rre...@firstmarblehead.com] Sent: Tuesday, April 27, 2010 7:16 PM To: Vijayakumar Subject: RE: Problem with linux Use the this log4j.appender.ROLLING.layout.ConversionPattern=[%d{MM-dd- HH:mm:ss,SSS}] %-5p %c{1}:%L %m%n (all in one line) Some

Re: Problem with linux

2010-04-27 Thread Thorbjørn Ravn Andersen
Den 27/04/10 15.37, Vijayakumar skrev: I see all INFO and DEBUG messages in local windows system, while I move my application to linux system I see only the very first line of the log message, rest of the line are not displayed. What might be the problem, kindly help me out. Use Wordpad in

RE: Problem with linux

2010-04-27 Thread Vijayakumar
, Ramachandra [mailto:rre...@firstmarblehead.com] Sent: Tuesday, April 27, 2010 5:55 PM To: Log4J Users List Subject: RE: Problem with linux Check if you have different log4j.jar in your classpath on linux machine. I guess log4j-1.4.jar and above supports only log4j.xml and not log4j.properties. If

RE: Problem with linux

2010-04-27 Thread Reddy, Ramachandra
Check if you have different log4j.jar in your classpath on linux machine. I guess log4j-1.4.jar and above supports only log4j.xml and not log4j.properties. If log4j.properties try loading it as PropertyConfigurator.configure(logFileURL); If log4j.xml try loading it with