To make it easy to distinguish debug, info, warning, success and error messages.
With a simple flag to disable.
where is the switch to disable it ?
@alextercete we get a missing class exception with 6.0.0 like this:
Exception in thread "main" java.lang.NoClassDefFoundError: org/fusesource/jansi/AnsiConsole
at org.flywaydb.commandline.ColorizedConsoleLog.install(ColorizedConsoleLog.java:32)
at org.flywaydb.commandline.ConsoleLogCreator.createLogger(ConsoleLogCreator.java:45)
@chrascher We decided to drop the switch to disable it because we automatically disable it when there's no console attached (e.g. in a redirect).
I think you might be experiencing a bug -- would you mind opening a new issue with a bit more detail so that we can troubleshoot the problem?
i reviewed our situation, and there is no bug, cause the flyway installation was not correct, sorry ;-)
switch might still be a good option though
@alextercete I disagree. Please re-add the option to disable this on invocation. Your colorization doesn't play nice in my Cygwin.