-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Currently GelfHttpHandler and GelfHttpsHandler are not utilising handleError which violates python documentation about writing own handlers.
Solution:
def emit(record):
try:
... # logic here
except:
self.handleError(record)
Metadata
Metadata
Assignees
Labels
No labels