Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block

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