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