aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 6d6173b..4ee7d55 100644
--- a/README
+++ b/README
@@ -312,3 +312,19 @@ ak-get-only-ipfs-key-values-from-our-zchain # Retuns CIDs of "ipfs" DATA
Deprecated
----------
ak-json2bash
+
+
+Debugging
+---------
+
+Setting `AK_DEBUG` shell variable to `"yes"` will make all log messages to
+appear on your stderr (file descriptor 2). After setting this variable, run the
+tools you want.
+
+Example:
+``` console
+
+AK_DEBUG="yes"; ak-enter -l 1
+
+```
+