python-elasticsearch-logger
python-elasticsearch-logger copied to clipboard
Setting the connection class
For proxy reasons etc, it is necessary to be able to override the default connection_class, the only way to currently achieve that is by accessing the mangled __get_es_client() method. The connection_class should however be a constructor option.