Przeglądaj źródła

:memo: stdout index name

visuddhinanda 2 tygodni temu
rodzic
commit
19210611c1

+ 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']);