diff --git a/app/mothership/subscribe-to-servers.ts b/app/mothership/subscribe-to-servers.ts index f7de96bb5..e801343b7 100644 --- a/app/mothership/subscribe-to-servers.ts +++ b/app/mothership/subscribe-to-servers.ts @@ -36,7 +36,7 @@ export const subscribeToServers = async (apiKey: string) => { const subscription = query.subscribe({ next: async ({ data, errors }) => { log.silly('Got data back with %s errors', errors?.length ?? 0); - log.silly('Got data %s', data); + log.silly('Got data %j', data); log.silly('Got errors %s', errors); if (errors) {