Hi,<br><br>It's not very well documented - or at least I wasn't having luck finding mention in the docs - how to properly turn on debugging for yt.  After some time digging through the source, I have found that this is handled through the *logging* module - a standard module, which I am not (but should be) familiar with.<br>
<br>Anyhow, I have gathered that I can turn on debugging by adding the following two lines to my ~/.yt/config file:<br><br>[yt]<br>LogFile = True<br>LogLevel = 0<br><br>Is this the recommended usage?  Is there an easier way to turn debugging on for, say, a single iyt or yt invocation via a command line argument?<br>
<br>Chris<br>