From d325ac823a2d1b5b9eaeb68f8797a0f52f1a1616 Mon Sep 17 00:00:00 2001 From: wphan Date: Tue, 15 Jul 2025 16:35:25 -0700 Subject: [PATCH] add more log context --- src/dlob-subscriber/DLOBSubscriberIO.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dlob-subscriber/DLOBSubscriberIO.ts b/src/dlob-subscriber/DLOBSubscriberIO.ts index ce4f2e6..3eaaeb1 100644 --- a/src/dlob-subscriber/DLOBSubscriberIO.ts +++ b/src/dlob-subscriber/DLOBSubscriberIO.ts @@ -347,7 +347,9 @@ export class DLOBSubscriberIO extends DLOBSubscriber { dlobSlot - oracleSlot.toNumber() > STALE_ORACLE_REMOVE_VAMM_THRESHOLD && !isPerpMarketAndPrelaunchMarket ) { - logger.info('Oracle is stale, removing vamm orders'); + logger.info( + `Oracle is stale, removing vamm orders ${marketArgs.marketName}` + ); includeVamm = false; }