From 0474d5f327dbfba93bd58dd9c90a066c3d94cefd Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Thu, 21 Apr 2022 16:10:27 -0700 Subject: [PATCH] Update Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42a6968..21e7ae3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Other version combinations untested and some definitely do not work. - `LOG_FILE` if defined will mean all go logging will go to a file instead of stdout - `LOG_LEVEL` if set to `debug` will cause debug logging to be included in log output +- `CWTCH_PROFILE` if set to `1` will cause a memory profile to be written to `mem.prof` and all active goroutines +written to `stdout` when `DebugInfo()` is called. ## Linux Desktop: