Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update version to 3.0.0

...

This extension makes liquibase log to slf4j instead of stdout / stderr JUL like it does by default. 

...

Panel


Summary

Slf4j logging for liquibaseLiquibase

Current Version

23.0.0

Author

Matt Bertolini

Issue Tracking

https://github.com/mattbertolini/liquibase-slf4j/issues

GitHub Link

https://github.com/mattbertolini/liquibase-slf4j

Supported Databases

N/A


...

To use the plugin, you just need to include it  as a dependency: 


Code Block
<dependency>
    <groupId>com.mattbertolini</groupId>
    <artifactId>liquibase-slf4j</artifactId>
    <version>2<version>3.0.0</version>
</dependency>

...


More Information

The plugin has more information at https://github.com/mattbertolini/liquibase-slf4j.