Using org.liquibase:liquibase-core in a spring boot project. Turned on debug and got a bunch of these:
DEBUG 96450 — [Resume Builder] [ restartedMain] liquibase.servicelocator : Loaded liquibase.sqlgenerator.SqlGenerator instance liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
315 of the 898 lines in my console were from these, even with the sql being dumped in a human friendly format wasting lots of lines. I feel this is excessive, even for DEBUG.
Even without the annoyance, wouldn’t these be more appropriate to be in TRACE, as they are literally tracing the classes being loaded?
Wondering what everyone’s thoughts are.