I&#39;m having some trouble getting jamu to actually update the videometadata table so I started running jamu.py through the debugger. <br><br>I&#39;ve followed things all the way back to where DBDataWrite&#39;s _push() is about to execute the database update and all the arguments look good.  But the table doesn&#39;t update following the execute (ie videometadata still holds the pre-execute value).<br>
<br>I&#39;ve noticed that there&#39;s a good bit of logging possible in the source, but my limited python skills aren&#39;t enough to figure out WHERE the logging is going to (or possibly how to enable it).  Can someone in the know give me a hint?  I see there&#39;s logging for where the db user credentials are pulled from, logging for db executes, etc.<br>
<br>Hints as to what could actually cause this behavior are also welcome.  I&#39;m learning python on the fly here and myth&#39;s bindings aren&#39;t exactly &quot;hello_world&quot; material :)<br><br>Thanks in advance,<br>
<br>Jack<br>