Skip to content

Possible Bug In Tracer Code? #236

@rholloway

Description

@rholloway

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions