It logs to Python's logging library. If you're not using that (and not many
people are!) then add the following somewhere:
from logging import basicConfig, ERROR
basicConfig(level=ERROR)
I'll add this to the FAQ - it should be better documented.
Cheers,
Andrew
> --
> You received this message because you are subscribed to the Google Groups "lepl" group.
> To post to this group, send email to le...@googlegroups.com.
> To unsubscribe from this group, send email to lepl+uns...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/lepl?hl=en.
>