I running a set of changeset through liquibase , I am having like total of 20 sql file in one changelog xml, I want to generate a spool file for every sql, how can I enable this in liquibase
I running a set of changeset through liquibase , I am having like total of 20 sql file in one changelog xml, I want to generate a spool file for every sql, how can I enable this in liquibase
You can use sql-log-level=info to echo every executed sql to the Liquibase output.
Details can be found here: