Less notice events.

This commit is contained in:
James Cole
2023-08-30 18:03:47 +02:00
parent 0bf97ccf22
commit 2636a6557a

View File

@@ -103,7 +103,7 @@ class VersionCheckEventHandler
$repository = app(UserRepositoryInterface::class);
$user = $event->user;
if (!$repository->hasRole($user, 'owner')) {
Log::notice('User is not admin, done.');
Log::debug('User is not admin, done.');
return;
}