Merge pull request #60511 from nextcloud/fix/remove-too-verbose-error-log

fix: remove too verbose error log line in AddExtraHeadersPlugin
This commit is contained in:
Andy Scherzinger 2026-05-19 15:37:41 +02:00 committed by GitHub
commit f1d2ab908d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,8 +55,6 @@ class AddExtraHeadersPlugin extends \Sabre\DAV\ServerPlugin {
}
if (!$node instanceof Node) {
$nodeType = get_debug_type($node);
$this->logger->error("Cannot set extra headers for node of type {$nodeType} for file '{$request->getPath()}'");
return;
}