diff --git a/src/Commands/Diagnose.php b/src/Commands/Diagnose.php index 066f24fa..1ec37214 100644 --- a/src/Commands/Diagnose.php +++ b/src/Commands/Diagnose.php @@ -119,6 +119,9 @@ public function diagnose() { $this->logger->notice('Index PATH Value: {var}', [ 'var' => $this->endpoint->getPath(), ]); + $this->logger->notice('Index RELOAD_PATH Value: {var}', [ + 'var' => $this->endpoint->getReloadPath(), + ]); $this->logger->notice('Testing bare Connection...'); $response = $this->pingSolrHost(); $this->logger->notice('Ping Received Response? {var}', [