Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Aug 7, 2024
1 parent e4f254b commit 3c024b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protocol/streaming/full_node_streaming_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,13 @@ func (sm *FullNodeStreamingManagerImpl) AddSubaccountUpdatesToCache(

sm.streamUpdateCache = append(sm.streamUpdateCache, updates...)
for _, subaccountId := range subaccountIds {
sm.logger.Info(
fmt.Sprintf(
"Adding subaccount update for subaccount id %+v with subscription ids %+v",
subaccountId,
sm.subaccountIdToSubscriptionIdMapping[subaccountId],
),
)
sm.streamUpdateSubscriptionCache = append(
sm.streamUpdateSubscriptionCache,
sm.subaccountIdToSubscriptionIdMapping[subaccountId],
Expand Down

0 comments on commit 3c024b0

Please sign in to comment.