I’m trying to collect Hydra logs and send them to to an online log platform. I see from the documentation that I can query logs via the following docker command:
docker logs ory-hydra-example–hydra
But I can’t find a log location from inside of the container. Are logs only written to docker console via stdout or is there a location where these are collected inside of the container?