[Patches] [ python-Patches-815911 ] Extension logging.handlers.SocketHandler

SourceForge.net noreply at sourceforge.net
Sun Dec 21 23:36:34 EST 2003


Patches item #815911, was opened at 2003-10-01 11:06
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=815911&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Olson (olson)
>Assigned to: Vinay Sajip (vsajip)
Summary: Extension logging.handlers.SocketHandler

Initial Comment:
I've started using the logging SocketHandler, but
don't want 
the absence of a server to affect the 
running
application.

The attached subclass of 
SocketHandler should handle the 
cases where a server cannot 
be contacted, or where
the connection is dropped. If the 
server cannot be
contacted after a drop, the connection is 
periodically
retried using a simple exponential backoff 
scheme.

----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-12-21 23:36

Message:
Logged In: YES 
user_id=33168

Vinay, now that you're on the project you get this patch. :-)

----------------------------------------------------------------------

Comment By: Vinay Sajip (vsajip)
Date: 2003-12-01 05:46

Message:
Logged In: YES 
user_id=308438

Refactored into base SocketHandler class and submitted as 
Patch #851993. Thanks to Robert Olson for the patch.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=815911&group_id=5470



More information about the Patches mailing list