Saad Abdullah

Results 2 issues of Saad Abdullah

## Environment Info kivy: 1.9.1 pygments: 2.1.3 docutils: 0.13.1 watchdog: 0.8.3 jedi: 0.9.0 gitpython: 2.1.1 six: 1.10.0 kivy-garden: 0.1.4 Platform: Linux-4.4.0-53-generic-x86_64-with-debian-stretch-sid Python: 2.7.12 ## Traceback Traceback (most recent call last):...

bug

I have a custom method to return logstash format. Although initializing it doesn't seem to work. ``` handler = CMRESHandler(hosts=[{'host': 'localhost', 'port': 9200}], auth_type=CMRESHandler.AuthType.NO_AUTH, es_index_name="my_logs") handler.setFormatter(LogstashFormatterVersion1()) ``` I noticed in...