WM6 Redirect logs to Database instean of file JDBC pools

Is anyone using databse for loging Audit, Session etc logs to database with JDBC Pools?
Has anyone seen this problem in 6.0 or 6.0.1 where following instruction setup JDBC pools for server, create log DB tables for Audit and process set config parameter in server.cnf extended parms to point to database. After all this no loggs is written to audit.log and nothing in database! restart the IS server now logs appear again but writing only to file audit.log, session.log etc. Dtabase tables are all empty? Is there some special configuration parameter need to be set? Or is it a bug?

Yes, We are doing DB logging (Audit and Session) in 6.0 and 6.0.1 successfully.

Make sure, you create the JDBC POOLS and associate the pool alias to the appropriate function name (ISCoreAudit).
Also TEST the pool after associating to a function.

And watt.server.auditStore=database in server.cnf

Hope this helps!
Ashis