chore: clean up GraphQL module request logging
- Removed unnecessary logging of session ID in the GraphQL module to streamline request handling. - Maintained existing functionality while improving code clarity and reducing potential noise in logs.
This commit is contained in:
@@ -119,8 +119,6 @@ import { GraphqlService } from './graphql.service'
|
||||
}
|
||||
// @ts-expect-error: Request is not typed
|
||||
ctx.extra.request.headers['x-session-id'] = ctx.connectionParams['x-session-id']
|
||||
// @ts-expect-error: Request is not typed
|
||||
Logger.log(ctx.extra.request.headers['x-session-id'], 'Session ID')
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user