Hi all ;) Is there a way to lower the log verbosity without commenting all the LogEvent lines in the different files ?
would it be possible to specify what we want to and not to log in the debug.py file ? In fact in cannot read nor understand these log files because they're too big ;) Thanks Julien -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060117/a995ece0/attachment.htm From [EMAIL PROTECTED] Wed Jan 18 14:35:57 2006 From: [EMAIL PROTECTED] (James Bunton) Date: Wed Jan 18 14:36:16 2006 Subject: [py-transports] logs verbosity In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> There will be log verbosity controls at some point. However I prefer to have the most information available at present if I need to debug something. Your best bet is to run grep -v INFO to remove the low-level messages from the file when you view it. That'll leave ERROR and WARN messages. --- James On 17/01/2006, at 10:26 PM, Julien Bouquillon wrote: > Hi all ;) > > Is there a way to lower the log verbosity without commenting all the > LogEvent lines in the different files ? > > would it be possible to specify what we want to and not to log in the > debug.py file ? > > In fact in cannot read nor understand these log files because they're > too big ;) > > Thanks > > Julien > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
