erikbra / grate

grate - the SQL scripts migration runner
MIT License
193 stars 38 forks source link

Chore: Set verbosity to very low (Warning) on running internal migrations #517

Closed erikbra closed 4 months ago

erikbra commented 4 months ago

After introducing the internal migrations with grate itself, the output became very cluttered, and confusing, as it looks like the migration is looping, when it's really only running the internal grate migrations first. But, this is an internal grate matter, and shouldn't bother the end-users. Change the logging verbosity of the internal migrations to Warning, to avoid logging anything except when stuff fails.

Possible breaking change: The Verbosity property on the GrateConfiguration is removed. It wasn't working, so if someone has used it, please forgive any compile errors due to this.