Does Liquibase log the time used by each ChangeSet?

Hi,

We are evaluating the open source database migration tools. Liquibase seems to have good support for various things. But I want to know if Liquibase log the time used by each ChangeSet or not as it is very important to us to monitor the performance of each ChangeSet. From the documentation of Liquibase, I don't see anywhere mention it. Could you please confirm if Liquibase has this feature?

Thanks,

Yingmei

With 2.0, it does log how long each changeSet takes.  The log will look like:


ChangeSet XXX ran successfully in Y ms"


Nathan