Christian
09/12/2018, 2:25 PMWhoops. Looks like an internal server error.
divyendu
09/12/2018, 3:01 PMdocker ps
to find the prisma container name and then use docker logs <container-name>
to see the log trail.Christian
09/12/2018, 3:33 PMdivyendu
09/13/2018, 12:09 PMstdout
, while running inside docker we can use docker logs
depending on your setup.. you might want to relay docker logs to a logging service like cloud watch - https://cloudonaut.io/a-simple-way-to-manage-log-messages-from-containers-cloudwatch-logs/divyendu
09/13/2018, 12:09 PM