From ee7946405337ae43c24149be804cebd3429237d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 20 Nov 2021 15:13:57 +0100 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36bb593..ad2683a 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,10 @@ mode = 'off' # Change to 'black' (blacklist) or 'white' (whitelist) path = '' # Path to text file with newline-delimited hex-encoded info hashes ``` -The file is read on start and when the program receives `SIGUSR1`. +The file is read on start and when the program receives `SIGUSR1`. If initial +parsing fails, the program exits. Later failures result in in emitting of +an error-level log message, while successful updates of the access list result +in emitting of an info-level log message. #### More information