From ba58f183ed2f224e7c07c9e85c8d1a734c10836a Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Fri, 3 Nov 2023 11:38:02 +0100 Subject: [PATCH] matrix42: do not log requests errors (#83101) --- passerelle/apps/matrix42/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/passerelle/apps/matrix42/models.py b/passerelle/apps/matrix42/models.py index 2ca74af4..f7ee4c0c 100644 --- a/passerelle/apps/matrix42/models.py +++ b/passerelle/apps/matrix42/models.py @@ -36,6 +36,8 @@ DICT_SCHEMA = { class Matrix42(BaseResource, HTTPResource): category = _('Business Process Connectors') + log_requests_errors = False + class Meta: verbose_name = _('Matrix42 Public API')