Skip to content

Commit 380fd43

Browse files
committed
add log
1 parent 029f89d commit 380fd43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cron/cache-pools.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ const handler: ScheduledHandler = metricScope((metrics) => async (event: EventBr
316316
const pool = await eulerHooksProvider?.getPoolByHook(eulerHook.hook)
317317

318318
if (!pool) {
319+
log.info(`No pool found for euler hook ${eulerHook.hook}`)
319320
return null
320321
}
321322

0 commit comments

Comments
 (0)