caldav: add attribute to avoid logging of "normal" 401 (#88120)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Yann Weber 2024-03-14 11:29:59 +01:00
parent 7b58db7ea7
commit 04a9840744
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ class CalDAV(BaseResource):
category = _('Misc')
log_requests_errors = False
class Meta:
verbose_name = _('CalDAV')