Hmm, this was more like a... &quot;Hey all the output is gone when running our build scripts, how do we get it back?&quot;<br><br>I thought I would write something out since I got stuck on it for a few minutes, in the hopes of helping others out if they where like me.<br>
<br>Will check out the command line option and push.....<br><br>Max<br><br><div class="gmail_quote">On Sat, Mar 20, 2010 at 2:12 PM, C. Titus Brown <span dir="ltr">&lt;<a href="mailto:ctb@msu.edu">ctb@msu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Sat, Mar 13, 2010 at 08:45:41PM -0400, Max Laite wrote:<br>

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