You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+12
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,18 @@ You can also customize formatter via logging.config.dictConfig
211
211
212
212
logging.config.dictConfig(conf['logging'])
213
213
214
+
You can inject your own custom proc to handle buffer overflow in the event of connection failure. This will mitigate the loss of data instead of simply throwing data away.
0 commit comments