8 Dec
2005
8 Dec
'05
11:01 p.m.
On 8 Dec 2005, at 22:57, Tim Peters wrote:
To get unstuck quickly, try adding just this:
import logging logging.basicConfig()
That always helps me in a pinch, but I never understood why (neither why logging insists that you call _something_ before it will stop annoying you, nor why the docs that seem to claim that logging will itself call basicConfig() (if you don't) appear to be telling fibs).
Thanks a lot Tim, I'll try that tomorrow! jens