Defined log4j.properties file but getting - No appenders could be found for logger (... class name) - Please intialize the log4j system properly

2008-07-01 Thread Rashmi
le or if I have misconfigured Log4J -Regards Rashmi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Defined log4j.properties file but getting - No appenders could be found for logger (... class name) - Please intialize the log4j system properly

2008-07-01 Thread Rashmi
es file at that level as well. Standard Java classloading does not > allow a parent loader to see child loaders. If you still want > log4j.properties to be in WEB-INF/classes, then move log4j.jar to > WEB-INF/lib. > > Jake > > On Tue, 1 Jul 2008 15:05:38 -0400 > Rashmi

Newbie trying to change Standard Output log to File log

2007-03-02 Thread Rashmi Rubdi
the log is still being directed to the console rather than hibernate.log file. I plan to read the Log4J manual and understand the various notations used in the properties file. Any help is appreciated. -Regards Rashmi _

Re: Newbie trying to change Standard Output log to File log

2007-03-02 Thread Rashmi Rubdi
-Regards Rashmi - Original Message From: Jacob Kjome <[EMAIL PROTECTED]> To: Log4J Users List Sent: Friday, March 2, 2007 12:32:48 PM Subject: Re: Newbie trying to change Standard Output log to File log Does HIbernate package log4j.properties in their library? Where do you p

Re: Newbie trying to change Standard Output log to File log

2007-03-02 Thread Rashmi Rubdi
conflicts after a few days. -Regards Rashmi - Original Message From: James Stauffer <[EMAIL PROTECTED]> To: Log4J Users List Sent: Friday, March 2, 2007 1:43:08 PM Subject: Re: Newbie trying to change Standard Output log to File log If you change to use a log4j.xml the will be

Problem with file rolling

2004-08-09 Thread Rashmi S. Uttarkar
Hi, I am using log4j for logging. I am working on a huge application and there would be lots of logs each day. Thereby it is requried that the log files be stored and renamed each day. The date is appended to the log file and that day's log file is stored. The logs start writing afresh each day