mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
README: Add note on how to enable debugging
This commit is contained in:
committed by
Benjamin Berg
parent
e8baf4c9a9
commit
9e8139e6d4
11
README
11
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`.
|
||||
|
||||
Reference in New Issue
Block a user