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 liquibase Liquibase

Current Version

3.0.0.1

Author Bernard Niset (bernard.niset [at] gmail.com)

Matt Bertolini

Issue Tracking

https://bitbucketgithub.orgcom/bn3tmattbertolini/liquibase-slf4j/issues?status=new&status=open Mercurial Repository

GitHub Link

https://bitbucketgithub.orgcom/bn3tmattbertolini/liquibase-slf4j

Supported DatabaseDatabases

N/A


Usage

To use the plugin, you just need to include it in your classpath. Liquibase will automatically discover it and load in a higher priority then the DefaultLogger.

Download

The plugin can be download from https://bitbucket.org/bn3t/liquibase-slf4j/downloads as a dependency:


Code Block
<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.