Not send events to Sentry from certain Celery logger

I have integrated Raven to work with Celery as is explained in the documentation. The point is that one of my loggers register too many error events, and I don’t want to send them to Sentry, but I don’t find the way to prevent that from that integration I have mentioned before.

Would be the best way to ignore messages from a certain logger? I have found something on docs but I have no idea how to use that with my integration.

Thanks!