Hi all, I'm trying to filter out intentional 503 errors emitted in one of my views (https://github.com/shipperstack/shipper/blob/master/server/downloads/views.py#L86). Unfortunately I'm still getting error emails sent with this filtering config (https://github.com/shipperstack/shipper/blob/master/server/config/settings.py#L170 and https://github.com/shipperstack/shipper/blob/master/server/config/filters.py#L4).
I tried printing out the record parameter but it doesn't show up in the debug console. I know just filtering out all 503 errors is not ideal, but I can't figure out how to filter by the message only and how to get it to actually work for the emails. Any ideas?