Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Flyway からの SQL 出力をログに記録する方法を知っている人はいますか? SQLエラーのみをログに記録しますが、「テーブルが作成されました」、「テーブルが削除されました」などの情報をログに記録する必要があります...
ありがとう。
com.googlecode.flyway.core.dbsupport.SqlScriptAPI を使用すると、ログ レベルをに設定することで、実行中のステートメントを確認できますdebug。
com.googlecode.flyway.core.dbsupport.SqlScript
debug