RE: JDBCAppender...

2001-06-05 Thread Anand Prahlad
I spy this line in your config. file // Set the priority which messages have to be logged MyCat.setPriority(Priority.INFO); Since you're using MyCat.debug("foo") and the priority is set to INFO, I don't think there will be any output to any appender. Anyone else see different? T

RE: specify path in File param on windows?

2001-03-07 Thread Anand Prahlad
I use the following on Windows to make it work... HTH, Anand -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 8:22 AM To: LOG4J Users Mailing List Subject: RE: specify path in File param on windows? I've run into problems wh

RE: Multiple calls to PropertyConfigurator.configure(log4jURL)

2001-02-26 Thread Anand Prahlad
Bill, Try the configureAndWatch() method defined for the Configurator classes, instead of configure(). This should achieve what you want. However, there was a bug in Log4J ver 0.9.1 that made usage of configureAndWatch() error-prone and I have not played with this method since. Anyone know if it

Failover logging possible in Log4J ?

2001-02-09 Thread Anand Prahlad
Hello all, Is failover logging possible in Log4J ? I have rolled my own appender to log to a database (this is specific to my database schema for logging errors). Ordinarily, I want to log only to the database. In case of an error (i.e. database connection lost, database is down..etc..), I want t