Tiiimber!<br><br>Did not know if you posted anything on this and wanted to pass to the others in case they where wondering like I was there for a few minutes.<br><br>All print statements where replaced with log_****  <br><br>
The main one being log_info, it takes care of all the data that use to get printed out during a build and a few new things now.<br><br>The easiest way right now.....<br><br>in your import section:<br><br>from pony_client import set_log_level <br>
<br>then somewhere before build stuff in your script:<br><br>set_log_level = (&#39;*****&#39;)<br><br>******(possibilities):<br>DEBUG_LEVEL<br>INFO_LEVEL <br>WARNING_LEVEL    -&gt; which is the default<br>CRITICAL_LEVEL<br>
<br><br><br>All pretty straight forward once I actually looked at the log function definitions. I for some reason was just drawing a mental blank about importing for a good 5 minutes, plus i seemed to be blinded to the fact that there was that nice set_log_level. <br>
<br>Anyways, hope it helps someone.<br><br><br>Side note.....Maybe we implement a command line option for the level we want?<br><br><br><br>Max<br>