]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/update.php
make indexing during updates less quiet
[nominatim.git] / utils / update.php
index 189a18255090732a4d62f08f9436caa8447b99da..7b1f9c47d3cee0d81089d7e0e5da71d04b516174 100644 (file)
@@ -103,7 +103,9 @@ $oIndexCmd = (new \Nominatim\Shell(CONST_BasePath.'/nominatim/nominatim.py'))
              ->addParams('--database', $aDSNInfo['database'])
              ->addParams('--port', $aDSNInfo['port'])
              ->addParams('--threads', $aResult['index-instances']);
-
+if (!$aResult['quiet']) {
+    $oIndexCmd->addParams('--verbose');
+}
 if ($aResult['verbose']) {
     $oIndexCmd->addParams('--verbose');
 }