PedroBern / django-graphql-auth

Django registration and authentication with GraphQL.

Home Page:https://django-graphql-auth.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get more detailed logs?

pors opened this issue · comments

When sending posting a mutation I get the following response:

Bad Request: /graphql
WARNING 2020-03-20 16:22:36,060 log 70927 123145500200960 Bad Request: /graphql
127.0.0.1 - - [20/Mar/2020 16:22:36] "POST /graphql HTTP/1.1" 400 -

Is there a way to get more detail?

I don't know how to get more detailed logs, but it's a common graphql issue for the http status codes see this issue. If you discover, please let us know!

I did refer to an issue about the status code, but you are talking about the logs, sorry! It would be nice to have more details, but I still don't know.