Log warning in cron controller

This commit is contained in:
James Cole 2020-12-29 08:33:25 +01:00
parent bbc131b52c
commit e2330d9bfe
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -57,6 +57,7 @@ class CLIToken implements BinderInterface
return $value;
}
}
Log::error(sprintf('Recognized no users by access token "%s"', $value));
throw new NotFoundHttpException;
}
}