]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix verboseness of nominiatim script during updates
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 31 Jan 2020 17:17:42 +0000 (18:17 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 31 Jan 2020 17:18:50 +0000 (18:18 +0100)
utils/update.php

index 033c3019aba939d75facd99c6e4b974d493c6d1a..c1dc2ab938c33886cf5cb8be6cd39b1b2c857e54 100644 (file)
@@ -82,6 +82,12 @@ if (!is_null(CONST_Osm2pgsql_Flatnode_File) && CONST_Osm2pgsql_Flatnode_File) {
 }
 
 $sIndexCmd = CONST_BasePath.'/nominatim/nominatim.py';
+if (!$aResult['quiet']) {
+    $sIndexCmd .= ' -v';
+}
+if ($aResult['verbose']) {
+    $sIndexCmd .= ' -v';
+}
 
 if ($aResult['init-updates']) {
     // sanity check that the replication URL is correct