Log warning in cron controller

This commit is contained in:
James Cole
2020-12-29 08:33:25 +01:00
parent bbc131b52c
commit e2330d9bfe

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;
}
}