File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class DeserializingConsumer(_ConsumerImpl):
68
68
| | | errors are typically to be considered informational |
69
69
| | | since the client will automatically try to recover. |
70
70
+-------------------------+---------------------+-----------------------------------------------------+
71
- | ``log_cb `` | ``logging.Handler`` | Logging handler to forward logs |
71
+ | ``logger `` | ``logging.Handler`` | Logging handler to forward logs |
72
72
+-------------------------+---------------------+-----------------------------------------------------+
73
73
| | | Callable(str) |
74
74
| | | |
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class SerializingProducer(_ProducerImpl):
76
76
| | | errors are typically to be considered informational |
77
77
| | | since the client will automatically try to recover. |
78
78
+-------------------------+---------------------+-----------------------------------------------------+
79
- | ``log_cb `` | ``logging.Handler`` | Logging handler to forward logs |
79
+ | ``logger `` | ``logging.Handler`` | Logging handler to forward logs |
80
80
+-------------------------+---------------------+-----------------------------------------------------+
81
81
| | | Callable(str) |
82
82
| | | |
You can’t perform that action at this time.
0 commit comments