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 4

Two extensions to liquibase that allow for control of logging.

1) 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>

2) Same extension using slf4j

  • No labels