-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leverage Slog And Or Log For Debugging Output #48
Comments
I think that all It might be a good idea to support e.g. Slog in the executor, just so that an application developer can get a useable trace from Juniper if they're trying to debug field execution or something. |
@piperRyan - did you end up making any progress on this? I was looking for a way to contribute and this seemed like a good path |
@RussTheAerialist Unfortunately I have been quite busy, so if you wanted to tackle this one you can go ahead! :) |
Continued in #423 . |
There is some debugging information that is getting outputted in the graphql_input_object macro namely on line 70. Either, logging framework like Slog or Log should be used for outputting debugging information or this line and others like it should be removed.
The text was updated successfully, but these errors were encountered: