0

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?

Maalej Amine
  • 11
  • 1
  • 5

1 Answers1

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