visuddhinanda 1 неделя назад
Родитель
Сommit
19210611c1
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      api-v13/app/Console/Commands/CreateOpenSearchIndex.php

+ 1 - 0
api-v13/app/Console/Commands/CreateOpenSearchIndex.php

@@ -51,6 +51,7 @@ class CreateOpenSearchIndex extends Command
 
         // Attempt to create or update index
         try {
+            $this->info('create openSearch index. index name='.config('mint.opensearch.index'));
             $crate = $openSearch->createIndex();
             if ($crate['acknowledged']) {
                 $this->info('Index created successfully: ' . $crate['index']);