HotFix indexName for taas

This commit is contained in:
Timo Bejan 2023-09-06 16:10:34 +03:00
parent 76aa088152
commit 184031e760

View File

@ -568,7 +568,8 @@ public class TenantManagementService implements TenantProvider {
private void checkIndexName(String indexName) {
if (indexName == null) {
throw new ResponseStatusException(HttpStatus.BAD_REQUEST, "You need to provide an index name");
log.warn("Indexname not set");
// throw new ResponseStatusException(HttpStatus.BAD_REQUEST, "You need to provide an index name");
}
}