Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Simple extension that uses log4j logging instead of System.out.

Just include the jar in the classpath, and liquibase will automatically use it. To control the amount of logging add the following to your log4j.xml file

 <logger name="liquibase.ext.logging">
     <level value="INFO"/>
 </logger>
  • No labels