Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.03k stars 286 forks source link

Introduce optional log level property on DgsException #1881

Closed paulbakker closed 2 months ago

paulbakker commented 2 months ago

Introduce optional log level property on DgsException and log exception on that level in the default exception handler. This can be used to lower the log level for specific exceptions.

This change is due to per-field throttling, which we're adding internally. Logging stack traces is relatively expensive, defeating the purpose of throttling.