Curious about this: https://github.com/liquibase/liquibase/blob/master/liquibase-core/src/main/java/liquibase/logging/core/DefaultLogger.java#L79
After a List<String> is built up carefully to include various representations of the current changelog and changeset, it is promptly ignored. I'm assuming this is an oversight. What was the intent here?
Best,