Stack: Java 21 dropwizard slf4j
How do I stop liquibase logging out of the migration (nothing changed)?
I use dropwizard YAML for the config
so far tried:
- set the logger : off (in the yaml)
- magic env settings (in main)
- jvm properties on command line
UPDATE SUMMARY
Run: 0
Previously run: 29
Filtered out: 0
-------------------------------
Total change sets: 29
thanks
Not sure how you're running your migration, but I disabled the output like this.