From 11a02be73ad183e4df60a76b868f0a7903180a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Thu, 22 Jun 2023 12:20:09 +0000 Subject: [PATCH] split line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- extensions/eda/plugins/event_source/journald.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/eda/plugins/event_source/journald.py b/extensions/eda/plugins/event_source/journald.py index 7bd5c0af..d0dde80e 100644 --- a/extensions/eda/plugins/event_source/journald.py +++ b/extensions/eda/plugins/event_source/journald.py @@ -4,7 +4,8 @@ Arguments: --------- - match - return messages that matches this field, see https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html + match - return messages that matches this field, see + https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html Examples: --------