movio / bramble

A federated GraphQL API gateway
https://movio.github.io/bramble/
MIT License
497 stars 53 forks source link

Run tests without output by default #183

Closed pkqk closed 1 year ago

pkqk commented 1 year ago

Since tests can create log entries on the error level etc, it can look like tests have failed when it is expected output.

By default send logrus output to io.Discard unless -test.v is true