From: Yann L. <as...@la...> - 2010-09-29 08:54:07
|
Le 29/09/2010 09:34, jkt...@gm... a écrit : > I am looking for some python logger solution. If nothing is available I will redirect it. Thanks The debug class has a log_file attribute, but it's not possible to set it from client class. So indeed nothing is available in xmpppy to log to a file. That's not terrible because redirecting to a file is not easily redable because of chars that are use to have color in debug output like "[30;1m" -- Yann |