Hi, It looks like LogBack doesn't 'know' H2 yet: http://github.com/ceki/logback/blob/master/logback-core/src/main/java/ch/qos/logback/core/db/dialect/DBUtil.java
Reading the code, it looks like you can cheat it by adding "hsql" in the database URL somewhere. An URL that should work is: jdbc:h2:~/data/test;ignore_unknown_settings=hsqldb - of course this is only a workaround, it would be better to directly support H2 within Logback. See also http://logback.qos.ch/manual/appenders.html#AccessDBAppender Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
