Skip to content

graphqlbackend: Quieten test output unless verbose

Administrator requested to merge core/graphqlbackend-test-logspam into master

Created by: keegancsmith

Currently we log all the graphql requests in tests since they do not have the graphql name set. It is useful to test this code path, so instead of setting the name I decided to log to /dev/null if verbose is not set.

Merge request reports

Loading