scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 64 forks source link

scylla_node: disable logging for `watch_rest_for_alive` #479

Closed fruch closed 1 year ago

fruch commented 1 year ago

disable urllib3.connectionpool logging for this function, it doing lots of retries and we don't need to see each request that is being sent out in the log

Ref: #477