teamnet_axel: do not log HTTP errors (#75790)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2023-03-24 16:01:04 +01:00 committed by Gitea
parent 6322b75699
commit c8c54b50cb
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class ToulouseAxel(BaseResource):
max_length=128, blank=False, verbose_name=_('WSDL URL'), help_text=_('Toulouse Axel WSDL URL')
)
log_error = False
category = _('Business Process Connectors')
_category_ordering = ['DUI', 'CAN-CLA', _('Invoices')]