Hi, I'm trying to enable trace logging with an in memory db, but no success.
The following is the URL I'm using: # In-Memory – logging enabled but no file jdbc:h2:mem:dataSource;DB_CLOSE_DELAY=-1;TRACE_LEVEL_FILE=3 If I use an in file database then the trace file appears in c: drive using this url: # In-File db with tracing - trace files are created in C: drive jdbc:h2:file:~/dataSource;DB_CLOSE_DELAY=-1;TRACE_LEVEL_FILE=3 Any ideas? Thanks, Neil -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
