From 9e8139e6d4f58fb89d8fbd9c4ab41fa6802f6d85 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Thu, 15 Apr 2021 17:37:59 +0200 Subject: [PATCH] README: Add note on how to enable debugging --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index c7d6692..00ea9a5 100644 --- a/README +++ b/README @@ -33,3 +33,14 @@ API use cases of PIN code authentication and/or tokens) * Given a list of users, verify which one has scanned their finger +Debugging +========= + +To enable debug output run `systemctl edit fprintd.service` then enter: +``` +[Service] +Environment=G_MESSAGES_DEBUG=all +``` +Save the result and restart fprintd using `systemctl restart fprintd.service`. + +After that, you can grab the logs using `journalctl -u fprintd.service`.