11

Does anyone know how I can log the sql output from Flyway? It logs sql errors only but I need to log information such as "table created", "table dropped" etc...

Thanks.

4

1 回答 1

7

com.googlecode.flyway.core.dbsupport.SqlScript如果您使用 API,您可以通过将日志级别设置为来查看正在执行的语句debug

于 2013-07-03T19:10:04.517 回答