uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
560 stars 148 forks source link

Logging of every GraphQL Request #3519

Open Schnitzel opened 1 year ago

Schnitzel commented 1 year ago

Currently the API is logging every mutation that a user is doing. While this is great we don't have logging on the requests that are reading only.

this can be a quite easy log with these parameters:

timclifford commented 1 year ago

https://github.com/uselagoon/lagoon/pull/3520