graphql-engine/docs/graphql/manual/deployment/logging.rst

24 lines
599 B
ReStructuredText
Raw Normal View History

Hasura GraphQL engine logs
==========================
2018-10-10 17:21:43 +03:00
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Accessing logs
--------------
2018-10-10 17:21:43 +03:00
Based on your deployment method, Hasura GraphQL engine logs can be accessed as follows:
- :doc:`On Heroku <heroku/logging>`
- :doc:`On Docker <docker/logging>`
- :doc:`On Kubernetes <kubernetes/logging>`
Monitoring frameworks
---------------------
You can integrate the logs emitted by Hasura GraphQL with external monitoring tools for better visibility as per
your convenience.
For some examples, see :doc:`../guides/monitoring/index`