Flyway Java API Logging -
i using flyway java api.
i want see in logs sql files being executed while flyway.migrate() operates.
how set flyway logging?
flyway uses either jul or commons logging (if available). set level debug , you'll see info.
i using flyway java api.
i want see in logs sql files being executed while flyway.migrate() operates.
how set flyway logging?
flyway uses either jul or commons logging (if available). set level debug , you'll see info.
Comments
Post a Comment