Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Dec 12, 2024
1 parent 8712e4d commit 011a6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endorser/services/endorsement_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ async def _subscribe(self) -> JetStreamContext.PullSubscription:
"durable": ENDORSER_DURABLE_CONSUMER,
"stream": NATS_STREAM,
}

logger.info("Subscribing to NATS: {}", subscribe_kwargs)

@retry(
Expand Down

0 comments on commit 011a6c0

Please sign in to comment.