Skip to content

Commit

Permalink
feat(server): log subscription started messages with info (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska authored Jan 10, 2025
1 parent a784a72 commit b98160f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export function buildApolloSubscriptionServer(
const ctx = baseParams.context as GraphQLContext

const logger = ctx.log || subscriptionLogger
logger.debug(
logger.info(
{
graphql_operation_name: baseParams.operationName,
userId: baseParams.context.userId,
Expand Down

0 comments on commit b98160f

Please sign in to comment.