From 6dd7910bfd372fd6879f7778d3387f80b91404f0 Mon Sep 17 00:00:00 2001 From: Giles Roadnight Date: Sat, 23 Apr 2022 08:26:10 +0100 Subject: [PATCH] Add logging details to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 831d4ce..2e2c213 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,14 @@ command is likely needed to be run with superuser privileges. Triggering kernel events is also a way to get a particular filesystem mounted after a cold boot. +## Logging + +To view logs for all `usbmount` services run the following: + +``` +$ journalctl -u 'usbmount*' -f +``` + ## Building the package In order to build this package, debhelper and build-essential are