matrix42: do not log requests errors (#83101)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Thomas NOËL 2023-11-03 11:38:02 +01:00
parent f564e71d5d
commit ba58f183ed
1 changed files with 2 additions and 0 deletions

View File

@ -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')