-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I am not familiar with this code base at all but did notice the following in logs when debugging my app, from connection/base.py (line 73 in 23609dc )
tracer.info("curl -X%s 'http://localhost:9200%s' -d '%s'", method, path, _pretty_json(body) if body else '')
I'm not running ES locally for any of my code - should this reference self.host instead of being hard coded to localhost:9200?
Metadata
Metadata
Assignees
Labels
No labels