Skip to content

Commit e70a20b

Browse files
committed
add debug logging properties
1 parent de96d69 commit e70a20b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo-ebean/src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
logging.level.org.avaje.ebean.SQL=DEBUG
2+
logging.level.org.avaje.ebean.TXN=DEBUG
3+
14
datasource.db.databaseUrl=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
25
datasource.db.databaseDriver=org.h2.Driver
36
datasource.db.username=sa

0 commit comments

Comments
 (0)