From c9ff85ad42cd329a6e08538a00cc5022e7c24d55 Mon Sep 17 00:00:00 2001 From: phiresky Date: Sat, 15 Jun 2019 21:44:11 +0200 Subject: [PATCH] update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ef6673e..d0871c5 100644 --- a/README.md +++ b/README.md @@ -166,3 +166,14 @@ All other options not shown here are passed directly to rg, especially \[PATTERN\] and \[PATH \...\] [ripgrep]: https://github.com/BurntSushi/ripgrep + +## Development + +To enable debug logging: + +```bash +export RUST_LOG=debug +export RUST_BACKTRACE=1 +``` + +Also rember to disable caching with `--rga-no-cache` or clear the cache in `~/.cache/rga` to debug the adapters.