Can Liquibase write/Display Output logs of each sql changeset , similar to sqlplus

Can Liquibase write/Display Output logs of each sql changeset , similar to sqlplus.
The Current output says only success or failure , but does not show the full output

example : 0 rows updated is a success, but the user would now know that the actual update did not run

You can use sql-log-level=Info to echo the executed sql to the Liquibase output.

I have had an issue open since October 2022 regarding the “rows affected” confusion: