mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-26 17:02:27 -04:00
fix(api): adjust levels for cookie related logs (#59946)
This commit is contained in:
committed by
GitHub
parent
061df27f1d
commit
ff38233f96
@@ -33,7 +33,7 @@ export const cookieUpdate: FastifyPluginCallback<Options> = (
|
||||
void reply.setCookie(cookie, raw, options.attributes);
|
||||
}
|
||||
|
||||
logger.debug('Updated cookies for user.');
|
||||
logger.trace(`Updated cookies for user ${request.user?.id}.`);
|
||||
|
||||
next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user