aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2019-10-02 12:32:12 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2019-10-02 12:33:16 +0200
commit96dc4476417ce0455369480052396c4e0be7210f (patch)
tree400b7bce8a79ea14547a21fbd6ad727e650db3ed
parentfe7845cbe445802a1069b5e0eb8f7d823c2b5fed (diff)
downloadl2md-96dc4476417ce0455369480052396c4e0be7210f.tar.gz
l2md: document --verbose option in readme
Seems this was missing in the README. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index e061e20..e6ce997 100644
--- a/README
+++ b/README
@@ -67,6 +67,20 @@ is for exporting new mails in maildir format directly, and the latter is
one example where l2md pipes new mails via stdin to an external MDA like
procmail. Copy the one of your choice into ~/.l2mdconfig to get started.
+Troubleshooting
+---------------
+
+l2md has only a single command-line parameter, which is --verbose to allow
+significantly more visibility on what it is currently doing:
+
+$ ./l2md --verbose
+
+By default without the --verbose it will only dump the number of new mails
+and commit sha's it processed to the journal and nothing else. In case l2md
+is deployed through the unit file, l2md's logs can be gathered the usual way:
+
+$ journalctl -fu l2md
+
Howto 1: maildir
----------------