eiffel-community / etos

Eiffel Test Orchestration System
https://etos.readthedocs.io
Apache License 2.0
9 stars 6 forks source link

gql output is too spammy #219

Closed t-persson closed 6 months ago

t-persson commented 6 months ago

Description

When the etos client was updated, we also got a new version of gql where the package will log every query and response with the INFO loglevel. This is very spammy for the client and makes it very confusing for our users what is happening.

Additional Context

No response

Logs

No response

Expected Behavior

We should have clear and concise messages to our users. It is okay for the gql package to be spammy in the other services, but for the client we should disable this.

Steps To Reproduce

No response

The version of this project/repo, if applicable

No response

The version/edition of the Eiffel Protocol used, if applicable

N/A