File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class DeserializingConsumer(_ConsumerImpl):
6868 | | | errors are typically to be considered informational |
6969 | | | since the client will automatically try to recover. |
7070 +-------------------------+---------------------+-----------------------------------------------------+
71- | ``log_cb `` | ``logging.Handler`` | Logging handler to forward logs |
71+ | ``logger `` | ``logging.Handler`` | Logging handler to forward logs |
7272 +-------------------------+---------------------+-----------------------------------------------------+
7373 | | | Callable(str) |
7474 | | | |
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class SerializingProducer(_ProducerImpl):
7676 | | | errors are typically to be considered informational |
7777 | | | since the client will automatically try to recover. |
7878 +-------------------------+---------------------+-----------------------------------------------------+
79- | ``log_cb `` | ``logging.Handler`` | Logging handler to forward logs |
79+ | ``logger `` | ``logging.Handler`` | Logging handler to forward logs |
8080 +-------------------------+---------------------+-----------------------------------------------------+
8181 | | | Callable(str) |
8282 | | | |
You can’t perform that action at this time.
0 commit comments