Slf4j Logging for Liquibase (liquibase-slf4j)

Overview

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

The extension is to be used in priority when used inside an application (Servlet or Spring bean).

Summary

Slf4j logging for Liquibase

Current Version

3.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

Usage

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


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


More Information

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