Skip to content

Work around libraries/external component's logging message issues #1447

Closed
@fdemmer

Description

@fdemmer

Problem Statement

Using gunicorn's gevent worker requests sometimes time out during normal operation. In that case a warning level logging event is triggered.

Unfortunately the message is pre-formatted and includes an ever changing pid, which obviously breaks sentry's grouping and we end up with lots of un-grouped issues.

It would be interesting to see them grouped to analyze time of day or clients causing timeouts the most. Currently we need to manually merge them for this to be possible.

Solution Brainstorm

I have opend an issue with pull-request for gunicorn to fix the logging code.

A configuration/option to setup automatic merging rules would be nice to generally "fix" such issues with badly behaving libraries/external components.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions