Customize graphql-kotlin logging #1189
-
|
Hello. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Trying to somehow configure it with custom logback filter / messageConverter implementation. We will see if it will help |
Beta Was this translation helpful? Give feedback.
-
|
Other than for subscriptions, we really don't have any logs except on startup to log the schema. What logs are you interested in? We are using The only |
Beta Was this translation helpful? Give feedback.
-
|
This is actually coming from You can probably customize your logger to exclude |
Beta Was this translation helpful? Give feedback.
This is actually coming from
graphql-java-> https://github.com/graphql-java/graphql-java/blob/16.x/src/main/java/graphql/GraphQL.java#L432You can probably customize your logger to exclude
graphql-javalogs and use something like a custom interceptor instead.