diff --git a/api/src/mothership/graphql-client.ts b/api/src/mothership/graphql-client.ts index d7639c393..47ed2d889 100644 --- a/api/src/mothership/graphql-client.ts +++ b/api/src/mothership/graphql-client.ts @@ -188,7 +188,7 @@ export class GraphQLClient { ); }); GraphQLClient.client.on('error', (err) => { - console.log('error', err); + minigraphLogger.error('GraphQL Client Error: %o', err); }) GraphQLClient.client.on('connected', () => { store.dispatch(