Since 2.0, the logging system is extensible and can be overridden however you want. There is an existing plugin for slf4j at http://liquibase.jira.com/wiki/display/CONTRIB/Slf4j+Logging+for+Liquibase+(liquibase-slf4j) which you can use, or use it to base any other logging framework code off of.
Nathan
I’m running Liquibase in runtime and would like to control its logging behavior. Is it possible somehow to teach it to use LOG4J or SLF4J or anything else, that is configurable?
Good news, thanks! What are maven coordinates of this plugin?
Guest
November 14, 2011, 5:52pm
4
It probably doesn’t have a pre-built maven package. It is maintained by someone other than me, so I have not set anything up.
Nathan