RE: How to configure log4j.

2004-05-24 Thread bagas
Hi Steve, I think you should add this line : PropertyConfigurator.configure(System.getProperties()); In your code. Adding this code means you re-initialize the LOG4j. But for any details you should look at the LOG4j site. Hope this help. Regards, Rahmat Bagas Santoso -Original Message

Re: How to configure log4j.

2004-05-22 Thread Oleg Kalnichevski
Steve, The best thing to do is to consult the 'Default Initialization Procedure' section of the Log4J manual http://logging.apache.org/log4j/docs/manual.html Usually all it takes to have Log4J properly configured is to make sure that log4j.properties file is in the class path. If still experien