sg hacking hour: reduce log output from migrations in tests
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: mrnugget
Previously the migrations would be really noisy in test and log every time a test database would be migrated up.
This creates a seperate logger for the migrations runner with log level set to Error (which should be enough for migrations).
Manual testing, see screenshots.
Push commits to the source branch or add previously merged commits to review them.