`migrate()` prints to stdout
When I run the
migrate()
function it always prints content to stdout, and I can't find a way to disable it. I'm using migrate
in tests, and it's super annoying because it's polluting the console and making the test output difficult to read. Does anyone know a workaround for this?2 Replies
you could wrap the call and monkey patch / no-op whatever it's calling to log stuff
Can you please share which migrate exactly is typing to terminal
and what was typed there?