An option to suppress output

Issue #33 new
Justinas Stankevičius created an issue

In various cases, output from running migrations is not wanted, particularly when using goose as a library. Ideally, there should be option to "silence" the verbose output from migrations.

This could probably mean migrating to log from fmt. That would allow to set the output to either /dev/null or stdout upon request.

Comments (1)

  1. Liam Staskawicz repo owner

    Yep - this makes sense. Not sure I'll get to it immediately myself, but would be open to including this.

  2. Log in to comment