Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Log the type and index that we're indexing into
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Stenvall committed May 24, 2017
1 parent 912a2dd commit 86ffb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/IndexCommand.php
Expand Up @@ -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();

Expand Down

0 comments on commit 86ffb56

Please sign in to comment.