From f53340fa52437b7a4dbe06834f0cdf1233678c72 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 29 Feb 2024 19:44:00 +0200 Subject: Added debug output --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README') 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 + +``` + -- cgit v1.2.3