diff --git a/src/Console/IndexCommand.php b/src/Console/IndexCommand.php index f6566ee..775a283 100644 --- a/src/Console/IndexCommand.php +++ b/src/Console/IndexCommand.php @@ -64,7 +64,7 @@ abstract public function getItemParent($item); */ public function handle() { - $this->info('Indexing data ...'); + $this->info(sprintf('Indexing data of type "%s" into "%s"', $this->getType(), $this->getIndex())); $service = $this->getElasticsearchService();