Skip to content

Commit

Permalink
Update logging level in PurgeClaims timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vylpes committed Jun 14, 2024
1 parent 8ffd887 commit b84db61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timers/PurgeClaims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export default async function PurgeClaims() {

await Claim.RemoveMany(Claim, expiredClaims);

AppLogger.LogDebug("Timers/PurgeClaims", `Purged ${expiredClaims.length} claims from the database`);
AppLogger.LogInfo("Timers/PurgeClaims", `Purged ${expiredClaims.length} claims from the database`);
}

0 comments on commit b84db61

Please sign in to comment.