Hi,

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.

Anyhow, I have gathered that I can turn on debugging by adding the following two lines to my ~/.yt/config file:

[yt]
LogFile = True
LogLevel = 0

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?

Chris