Liquibase 3.6 changed the way logging is done, but broke console output when running from the Gradle Plugin (JIRA CORE-3220). There is a pull request in place (#770), but until it is merged in, console output won't work normally. This class uses a really ugly reflection hack to enable console output before running Liquibase. Note that this won't fix the fact that the --logLevel option no longer works, but it will at least let users see INFO logging.
Type | Name and description |
---|---|
static java.lang.Object |
MAIN_CLASS |
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
main(java.lang.String[] args) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |