gsandf / rethinkdb-elasticsearch-stream

🔄 sync RethinkDB tables to Elasticsearch using changefeeds
9 stars 4 forks source link

Updated log of error to just log the error object #35

Closed sunnyzanchi closed 6 years ago

sunnyzanchi commented 6 years ago

We were assuming that any error thrown from saveDocument would be a network error, but that's not always the case. This updates the log to just log the error object in case it's not a network error.