Versions Compared

Key

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

Two extensions to liquibase that allow for control of logging.

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

...

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

2) Same extension using slf4j