Skip to content

Commit

Permalink
log once
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Ladzaretti committed Apr 2, 2023
1 parent 09bc79b commit 572f1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/cache/package/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export async function set(
{ EX: redisTTL }
);
} catch (err) {
logger.debug({ err, namespace, key }, 'Error setting cache value');
logger.once.debug({ err }, 'Error while setting cache value');
}
}

Expand Down

0 comments on commit 572f1f9

Please sign in to comment.