Skip to content

Celery: Ignore loggers celery.worker.job and celery.worker.strategy for breadcrumbs #136

@untitaker

Description

@untitaker

Those two loggers completely flood the breadcrumb buffer. I suspect that they "drive out" other events as well. Some people were complaining about junk breadcrumbs in celery from those loggers.

It's possible that we have a bug where we leak breadcrumbs between threads (and that's what's causing this issue), but I don't see how. If so we should see breadcrumbs from other loggers "leaked" between tasks, not just these two celery loggers.

Fix: call ignore_logger for both celery.worker.job and celery.worker.strategy in the celery integration

Metadata

Metadata

Assignees

Labels

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions