Replies: 1 comment
-
Have you tried just disabling the specific class logging for slf4j? Something like this should work to turn off that particular error:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a question about custom scalars in dgs. When throwing
CoercingParseLiteralException
or similar in theCoercing
, is there a way to disable the errors logs that are emitted?Usually those errors are not server/internal errors, but more likely a user input error. This is a easy attack vector to spam error logs in your GraphQL server.
Beta Was this translation helpful? Give feedback.
All reactions