summaryrefslogtreecommitdiffstats
path: root/Documentation/howto-debug.txt
diff options
context:
space:
mode:
authorKarel Zak2014-11-03 13:13:54 +0100
committerKarel Zak2014-11-03 13:13:54 +0100
commit68e422ecae151d0e382fcb8a81d8d9c37d977a0b (patch)
treec5c6366cf414ba9b29f4724d342217e386c22aad /Documentation/howto-debug.txt
parentlibfdisk: clean up debug, add help debug mask (diff)
downloadkernel-qcow2-util-linux-68e422ecae151d0e382fcb8a81d8d9c37d977a0b.tar.gz
kernel-qcow2-util-linux-68e422ecae151d0e382fcb8a81d8d9c37d977a0b.tar.xz
kernel-qcow2-util-linux-68e422ecae151d0e382fcb8a81d8d9c37d977a0b.zip
docs: update info about env debug variables
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/howto-debug.txt')
-rw-r--r--Documentation/howto-debug.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/howto-debug.txt b/Documentation/howto-debug.txt
index ca7346fbe..6936eb54d 100644
--- a/Documentation/howto-debug.txt
+++ b/Documentation/howto-debug.txt
@@ -51,8 +51,10 @@ higher the debugging level. Search for `DEBUG' from files
to see what the different bits mean. At the time of writing this the following
enabled full debug.
- export LIBBLKID_DEBUG=0xffff
- export LIBMOUNT_DEBUG=0xffff
+ export LIBBLKID_DEBUG=all
+ export LIBMOUNT_DEBUG=all
+ export LIBFDISK_DEBUG=all
+ export LIBSMARTCOLS_DEBUG=all
The libblkid reads by default /etc/blkid.conf which can be overridden by the
environment variable BLKID_CONF. See manual libblkid/libblkid.3 for details