diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-02-29 19:44:00 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-02-29 19:44:00 +0200 |
commit | f53340fa52437b7a4dbe06834f0cdf1233678c72 (patch) | |
tree | 4829aa0f6dce8b0053ca7ce9d8802d106f910297 /README | |
parent | 2e45e945cb7baa3131430c9c069f9ba9d4ee77b9 (diff) | |
download | arching-kaos-tools-f53340fa52437b7a4dbe06834f0cdf1233678c72.tar.gz arching-kaos-tools-f53340fa52437b7a4dbe06834f0cdf1233678c72.tar.bz2 arching-kaos-tools-f53340fa52437b7a4dbe06834f0cdf1233678c72.zip |
Added debug output
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 + +``` + |