Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.31 KB

troubleshooting.asciidoc

File metadata and controls

45 lines (27 loc) · 1.31 KB

Troubleshooting

Logging

Whilst developing with Elasticsearch using NEST, it can be extremely valuable to see the requests that NEST generates and sends to Elasticsearch, as well as the responses returned.

There are a couple of popular ways of capturing this information

Debugging

When things are going awry, you want to be provided with as much information as possible, to resolve the issue!

Elasticsearch.Net and NEST provide an audit trail and debug information to help get you back on the happy path.