From 7616099d6be5533990eebf8c8a1dc5cacd9ba64d Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:53:52 -0400 Subject: [PATCH] Updated Notify_syslog (markdown) --- Notify_syslog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_syslog.md b/Notify_syslog.md index f27bc88..ab3ec5d 100644 --- a/Notify_syslog.md +++ b/Notify_syslog.md @@ -25,5 +25,6 @@ One might change the facility from it's default like so: Send a Syslog notification ```bash # The following sends a syslog notification to the `user` facility -apprise syslog:// +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + syslog:// ``` \ No newline at end of file