Skip to content

Commit 86409a6

Browse files
committed
feat(whitelisting): Increase log level of app blocking
This is interesting to know who is trying to access a blocked ressource. Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent 3d8c274 commit 86409a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/AppWhitelist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function isUrlAllowed(IUser $user, string|false $url): bool {
6969
exit;
7070
}
7171

72-
$this->logger->notice('Blocking access to non-whitelisted app (' . $app . ') for guest', ['app' => 'guests']);
72+
$this->logger->warning('Blocking access to non-whitelisted app (' . $app . ') for guest', ['app' => 'guests']);
7373
return false;
7474
}
7575

0 commit comments

Comments
 (0)