Skip to content

Commit

Permalink
log level is error, when there is error (hasura#6014)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirumaraiselvan authored Oct 14, 2020
1 parent 6299d1c commit 2754bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/graphql/core/deployment/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ This is how the HTTP access logs look like:
{
"timestamp": "2019-05-29T15:22:37.834+0530",
"level": "info",
"level": "error",
"type": "http-log",
"detail": {
"operation": {
Expand Down Expand Up @@ -368,7 +368,7 @@ This is how the Websocket logs look like:
{
"timestamp": "2019-06-10T10:55:20.650+0530",
"level": "info",
"level": "error",
"type": "websocket-log",
"detail": {
"event": {
Expand Down

0 comments on commit 2754bf7

Please sign in to comment.