mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #25463 from overleaf/bg-history-redis-fix-logging-in-expire-worker
reduce expire_redis_chunks log verbosity in production GitOrigin-RevId: afcf6edc7154d49714bc60c276c129d70eaa49c7
This commit is contained in:
@@ -142,7 +142,7 @@ async function scanAndProcessDueItems(
|
||||
} else {
|
||||
try {
|
||||
await actionFn(projectId)
|
||||
logger.info(
|
||||
logger.debug(
|
||||
{ ...logContext, projectId },
|
||||
`Successfully performed ${taskName} for project`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user