I have a prisma.io instance where I have a local graphql server, and a remote DB (hosted at prisma.io). I am getting an error on a request with an id and a message stating
[GraphQL error]: Message: Whoops. Looks like an internal server error. Search your server logs for request ID:
I try to run prisma logs
but receive The logs command has been replaced by the cluster logs command.
.
I try running prisma cluster logs
and receive As mentioned in Prisma 1.7 release notes: https://github.com/prismagraphql/prisma/releases/tag/1.7.0
. Now I am not sure how to review server logs.