feature request/enhancement: it would be nice if t...
# sst
s
feature request/enhancement: it would be nice if the error logger used
util.inspect()
so we can get more depth. the
errors: [Array]
isn’t helpful here
Copy code
8526a694-c552-4dd1-be61-616982184b83 ERROR Error: Network error: Response not successful: Received status code 401
    at new ApolloError (/Volumes/SuperData/Sites/reelcrafter/v2-microservices/node_modules/src/errors/ApolloError.ts:56:5)
   [snip]
microservices/node_modules/zen-observable/lib/Observable.js:179:3) {
  graphQLErrors: [],
  networkError: {
    response: { size: 0, timeout: 0 },
    statusCode: 401,
    result: { errors: [Array] }
  }
}
f
Yup, taking a look
Fixed. The change will make it in the next release https://github.com/serverless-stack/serverless-stack/issues/723
s
rad! thanks Frank!