I'm trying to set up logging using the Java logger. We are using it for our project, so I know it's working. I am getting log messages like:
[junit] Aug 4, 2004 5:39:29 PM net.sf.hibernate.tool.hbm2ddl.SchemaExport execute
[junit] SEVERE: General error, message from server: "Can't create table './test/#sql-3299_bb.frm' (errno: 121)"
without doing anything, but I can't seem to get DEBUG or TRACE anywhere. I tried adding statments like:
net.sf.hibernate.DEBUG
net.sf.hibernate.impl=TRACE
to my logging.properties, but no change. Can somone please point me in the right direction? The post in the FAQ (
http://hibernate.bluemars.net/119.html) isn't very clear.