caldav: add attribute to avoid logging of "normal" 401 (#88120) #496

Merged
yweber merged 1 commits from wip/88120-do-not-log-requests-errors into main 2024-03-14 14:04:46 +01:00
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')