Skip to content

fix: missing event ID in rejection loggers #723

Description

@Ferryx349

Description

There is a bug in the EventMessageHandler where the logger is using string formatting (%s) but missing the corresponding event.id arguments. As a result, the logs will literally output event %s rejected... instead of replacing %s with the actual event ID, which will make debugging difficult.

This happens in two places inside src/handlers/event-message-handler.ts when an event is rejected for being expired or rate-limited.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions