loopbackio / loopback-connector-elastic-search

Strongloop Loopback connector for Elasticsearch
MIT License
79 stars 56 forks source link

How to stop the message "will sort on loopback specified IDs"? #40

Closed sanori closed 8 years ago

sanori commented 8 years ago

I just attach loopback-connector-es to my loopback implementation. But the loopback server says "will sort on loopback specified IDs" for each DB connection

It seems that the message from https://github.com/strongloop-community/loopback-connector-elastic-search/blob/master/lib/esConnector.js#L433 . I guess I can stop the messages by setting the creteria.order. But how?

Does anyone know about this?

pulkitsinghal commented 8 years ago

You just want to stop the log messages correct?

sanori commented 8 years ago

If I do it wrong, I want to fix it. If I do it correct, I want to stop the bogus message.

pulkitsinghal commented 8 years ago

Would you like to submit a PR to remove the log message? Otherwise I can do so and release a new version.

pulkitsinghal commented 8 years ago

@sanori - feel free to use version 1.0.5 logs are gone