Skip to content

Commit

Permalink
use debug log level, when node not found in ViewOnlyPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
karakayasemi committed Oct 15, 2019
1 parent 3108bb4 commit c69e2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/DAV/ViewOnlyPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function checkViewOnly(
throw new Forbidden('Access to this resource has been denied because it is in view-only mode.');
}
} catch (NotFound $e) {
$this->logger->warning($e->getMessage());
$this->logger->debug($e->getMessage());
}

return true;
Expand Down

0 comments on commit c69e2c1

Please sign in to comment.