Skip to content

Replace verbose event processing logging #3331

Closed
@tnull

Description

@tnull

In #3314 we introduced logging around event processing.

Logging in the event processing loop will however turn out to be very spammy, in particular since we recently introduced fallible event handling in which case we directly loop around and retry processing.

We should move the logging to calling handle_event (see #3314 (comment)) but probably want to introduce some kind of delay before retrying event handling (which we discussed before, but didn't actually do in #2995.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions