From e49211ec71b058101dea612863bce1ab52d54cfb Mon Sep 17 00:00:00 2001 From: Simon Roberts Date: Fri, 15 Oct 2021 19:57:44 +1100 Subject: [PATCH] Update faq.md --- docs/content/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index 740506d..cc3c391 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -497,7 +497,7 @@ draft: false ## How can I get more information when something is going wrong? Cointop creates a logfile at `/tmp/cointop.log`. Normally nothing is written to this, but if you set the environment variable - `DEBUG=1` cointop will write a lot of output describing its operation. Furthermore, if you set `DEBUG_HTTP=1` it will also + `DEBUG=1` cointop will write a lot of output describing its operation. Furthermore, if you also set `DEBUG_HTTP=1` it will emit lots about every HTTP request that cointop makes to coingecko (backend). Developers may ask for this information to help diagnose any problems you may experience.