Provide better user perspective output for Update command instead of Message "Liquibase: Update has been successful."

Description

Liquibase Update command Output.

Current OUTPUT

C:\apps\liquibase-3.8.5>liquibase --changeLogFile= myChangeLog.xml --url=jdbc:mysql://refactoringamazonaws.com/testing_liquibase update

Starting Liquibase at Sat, 11 jan 2020 07:54:54 UTC
Liquibase Community 3.8.5 by Datical
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
Liquibase: Update has been successful.

PERPOSAL OUTPUT--- (include the ChangeSet Name header,File Name (Not full path) , version/Tag )

C:\apps\liquibase-3.9.0>liquibase --changeLogFile= myChangeLog.xml --url=jdbc:mysql://refactoringamazonaws.com/testing_liquibase update

Starting Liquibase at * jan 2020 07:54:54 UTC
Liquibase Community 3.9.0 by Datical
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

*Successfully 3 ChangeSet migrated (execution time 00:3.321s)
Current Tag of schema `testing_liquibase`: << 2.0.0 >>
Migrating schema `testing_liquibase` to version 1.0.0 - liquibase ListUnuseTables.sql
Migrating schema `testing_liquibase` to version 1.1.1 - liquibase ListUnuseTables.sql
Migrating schema `testing_liquibase` to version 2.0.0 - liquibase DropUnuseTables.sql*
Liquibase: Update has been successful.

Environment

all environment including production,qa

Activity

Show:

monu.kumar April 27, 2020 at 9:29 AM

Any update?

 

Details

Reporter

Components

Fix versions

Affects versions

Priority

Created January 14, 2020 at 12:06 PM
Updated April 27, 2020 at 9:29 AM