From c7066894b879f572d5dc53988b5ecf19aa7686ea Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:13:12 +0100 Subject: [PATCH] chore: stop noisy logs --- src/schema/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/users.ts b/src/schema/users.ts index a92193d057..29419766af 100644 --- a/src/schema/users.ts +++ b/src/schema/users.ts @@ -2182,7 +2182,7 @@ export const resolvers: IResolvers = traceResolvers< const timeForRecoveryPassed = !!streak && streak.currentStreak > 1; if (!streak || !oldStreakLength || timeForRecoveryPassed) { - logger.info( + logger.debug( { streak, today: new Date(), oldStreakLength }, `streak restore not possible`, );