Improved logging
The v1.0.0-beta.3
release added several exciting enhancements to the GraphQL engine's logs. The following log types are now enabled by default: startup
, http-log
, webhook-log
and websocket-log
. The detailed documentation of these log types can be found here.
Here is an example of an http-log
of a successful query:

http-log
in case of successHere is an example of an http-log
with a permission error. The level
has been changed from info
to error
.

http-log
in case of errorNow we'll add query-log
that was also introduced with the same release but is not enabled by default. We can set the following environment variable (in this example on Heroku):

query-log
Here is an example of a query-log
:

More details on this change can be found in the changelog.
Get Started with GraphQL Now
Hasura Cloud gives you a fully managed, production ready GraphQL API as a service to help you build modern apps faster.
About Hasura
Hasura allows you to mobilize & federate your organisation’s data by building a powerful, secure & flexible GraphQL API, that can query data in your databases, HTTP services, serverless functions as well as third party APIs.
Like what you read? Join our team! We’re hiring
→