Index: trunk/scripts/TagInfoExtract.groovy
===================================================================
--- trunk/scripts/TagInfoExtract.groovy	(revision 11981)
+++ trunk/scripts/TagInfoExtract.groovy	(revision 11982)
@@ -43,4 +43,5 @@
 import org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.MatchType
 import org.openstreetmap.josm.io.CachedFile
+import org.openstreetmap.josm.tools.Logging
 import org.openstreetmap.josm.tools.RightAndLefthandTraffic
 import org.openstreetmap.josm.tools.Territories
@@ -377,4 +378,5 @@
     def init() {
         Main.determinePlatformHook()
+        Logging.setLogLevel(Logging.LEVEL_INFO)
         Main.pref.enableSaveOnPut(false)
         Main.setProjection(Projections.getProjectionByCode("EPSG:3857"))
