mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
16 lines
494 B
ReStructuredText
16 lines
494 B
ReStructuredText
Hasura GraphQL engine logs
|
|
==========================
|
|
|
|
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` |