diff --git a/README.md b/README.md index cf7f6dc..156efcf 100644 --- a/README.md +++ b/README.md @@ -78,5 +78,10 @@ And receive a response like this: } ``` +## Troubleshooting -## License [MIT](LICENSE) +Edit `.env`, set debug options and restart indexd. For example, to debug problems related to data synchronization with the blockchain service, add `blockchain` category to `DEBUG` options. Use `*` to output all debugging information (zmq, express, mempool, etc.). + +## License + +[MIT](LICENSE)