Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7

Overview

This extension makes liquibase log to slf4j instead of stdout / stderr 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

2.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>2.0.0</version>
</dependency>

 

More Information

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

  • No labels