Improve create index command logging

This commit is contained in:
Thibaud Fabre
2016-10-19 13:27:18 +02:00
parent b345ef7ac7
commit 47cc31ef77

View File

@@ -43,6 +43,8 @@ class IndexCreateCommand extends Command
} }
if ($drop && $indexExists) { if ($drop && $indexExists) {
$output->writeln('<info>Dropping existing search index</info>');
$indexer->deleteIndex(); $indexer->deleteIndex();
} }