RE: log4j urgent issues ...Message in System.out

2004-09-13 Thread Balasubramanian, Lakshmi
root logger. Thanks & Regards Bala L [6328-2068] -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 1:22 AM To: Balasubramanian, Lakshmi Subject: Re: log4j urgent issues ...Message in System.out When I said "propeties", I men

Re: log4j urgent issues ...Message in System.out

2004-09-12 Thread Balasubramanian, Lakshmi
Hi Jackob. Thanks. I am not using any properties files concepts, I am using one xml file for loglevel and logging pattern Category cat = Category.getInstance("test." + imerch + "." + "malay"); create the DailyRollingFileAppender(layout,LogDirectory,"test"+ ".log","

Debug Level

2004-09-12 Thread Balasubramanian, Lakshmi
Hi, Are you tried with Level.toLevel("DEBUG"); Thanks & Regards Bala L - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

log4j urgent issues ...Message in System.out

2004-09-12 Thread Balasubramanian, Lakshmi
Hi All, The following log messages are coming from log4j even I didnt mentioned to log4j to print Messages in standalone. Because some the log messages gone to system.out for the appserver and my specific log file (test.log). why this behaviour happening? StandaloneLogger - dzwTfRqFeNe46LXB9D

FW: RE: DailyRolling not Happening in log4j Urgent

2004-08-26 Thread Balasubramanian, Lakshmi
> Hi Allistair, > > Thanks. > > It means I need to use log4j 1.3 alpha jar fil,then I need to compile the code > comes with log4j-1.2.8 jar with the change mentioned in the mail. > > > > Thanks & Regards > Bala L > > -

DailyRolling not Happening in log4j Urgent

2004-08-25 Thread Balasubramanian, Lakshmi
Hi, I am using log4j and rotating the log file using DailyRollingFileAppender at mid night of every day. This appliation running in WebSphere 4.0.6 and we have started recently stop and start of the particular application server at 1.30 am every night using shellscript. once the job started on

Log4j Issues : Urgent

2004-08-23 Thread Balasubramanian, Lakshmi
Hi All, I am using log4j in my application which is installed WebSphere App Server 5.1 and creating the log file Actually my code in the log4j is get the root from category and attached the appender to the root. But the issue is,all the log messages printing in the "standalonelogger" ie apps

log4j pattern layout and log poblem

2004-08-22 Thread Balasubramanian, Lakshmi
Hi all, I am using pattern in my program like this "%d %c %-5p - %m%n". But in the logs some time happening this. root - EkwK4xwmPKctUTlPRC08X root - EkwK4xwmPKctUTlPRC08X root - EkwK4xwmPKctUTlPRC08X root - EkwK4xwmPKctUTlPRC08X

FW: log4j strange problem

2004-08-20 Thread Balasubramanian, Lakshmi
> Hi All, > > I am using log4j and creating the logs files per websphere application. > > My custom log class having the argument for category instance name and create the > respective appender file name and writing the log informations. > > Also this log class in one jar file and all instance