Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: suggestion for monitoring error 500

by
Holger Brunn
- 01/05/2023 07:51:23
> It is a bit of a catchall... Would anybody have any suggestion, to monitor

> such error, and possibly get an email, or a warning as a system

> administrator? Is there a way to catch at odoo level, if there is such

> error and send an email ?

all requests go through
https://github.com/OCA/OCB/blob/16.0/odoo/addons/base/models/ir_http.py#L153
so that seems the best place to catch your exception


-- 
Your partner for the hard Odoo problems
https://hunki-enterprises.com

Reference