Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 39302)
+++ trunk/ippToPsps/jython/batch.py	(revision 39315)
@@ -608,6 +608,6 @@
            # this should be sufficient to handle all NANs (which go in as NULL)
            _table = stilts.tpipe(_table, cmd='replaceval "" -999 *')
-           self.logger.infoPair('regex', regex)
-           self.logger.infoPair('table', table)
+           self.logger.debugPair('regex', regex)
+           self.logger.debugPair('table', table)
            match = re.search(regex, table)
            newTableName = match.group(1)
