diff --git a/app/mothership/subscribe-to-servers.ts b/app/mothership/subscribe-to-servers.ts index d7a0cf93a..9f78b152c 100644 --- a/app/mothership/subscribe-to-servers.ts +++ b/app/mothership/subscribe-to-servers.ts @@ -4,7 +4,7 @@ import { MOTHERSHIP_GRAPHQL_LINK } from '../consts'; import { userCache, CachedServers } from '../cache'; import { log as logger } from '../core'; -const log = logger.createChild({ prefix: '[@unraid/subscribe-to-servers]: '}); +const log = logger.createChild({ prefix: 'subscribe-to-servers'}); const client = new SubscriptionClient(MOTHERSHIP_GRAPHQL_LINK, { reconnect: true, lazy: true, // only connect when there is a query