Thanks for the information Nathan, I can see the detailed log with
logging level to as DEBUG, however I was trying to capture the actual
output of statements that are being executed. Some thing along these
lines, if I run select statements, capturing its actual output which is
the content of the table:
select * from ascii;
1
test
2
!@#$%^&* jain
3
hello world
At present DEBUG log just shows me that the custom sql has been executed:
DEBUG 05/12/14 03:05: liquibase: db-Changelogascii.xml:
ddl/ALTER_TABLE_ASCII.sql::005::ascii: Executing EXECUTE database
command: select * from ascii
INFO 05/12/14 03:05: liquibase: db-Changelogascii.xml:
ddl/ALTER_TABLE_ASCII.sql::005::ascii: Custom SQL executed