From 22fc822e1a379302314e8499c2599a06aca016f4 Mon Sep 17 00:00:00 2001 From: mdumandag Date: Wed, 18 Nov 2020 18:06:10 +0300 Subject: [PATCH] Remove leftover docstring elements Documentation about logging_config and logging_level were not removed in #229. This removes them, since they are not usable anymore. --- hazelcast/client.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hazelcast/client.py b/hazelcast/client.py index 3038079c7b..0fcab4067a 100644 --- a/hazelcast/client.py +++ b/hazelcast/client.py @@ -274,11 +274,6 @@ class SomeClassSerializer(StreamSerializer): all clients to connect to the same node when this property is set to ``True``. When it is set to ``False``, the client tries to connect to the nodes in the given order. By default, set to ``True``. - logging_config (dict): The configuration to use as the logging config. - It must follow the configuration dictionary schema described in the - logging module of the standard library. - logging_level (int): Sets the logging level for the default logging - configuration. By default, set to ``logging.INFO``. backup_ack_to_client_enabled (bool): Enables client to get backup acknowledgements directly from the member that backups are applied, which reduces number of hops and increases performance for smart clients.