Am running Hasura Graphql engine on docker and I need to make use of the log file that hasura produces. How can i find the path of the log file in hasura container?
Asked
Active
Viewed 738 times
1 Answers
1
docker-compose logs container_name
is what I am using
more is in docs https://hasura.io/docs/1.0/graphql/core/deployment/logging.html

Alesij
- 26
- 2