Updated Notify_syslog (markdown)

master
Chris Caron 2020-08-03 09:53:52 -04:00
parent 3151433771
commit 7616099d6b
1 changed files with 2 additions and 1 deletions

@ -25,5 +25,6 @@ One might change the facility from it's default like so:
Send a Syslog notification Send a Syslog notification
```bash ```bash
# The following sends a syslog notification to the `user` facility # The following sends a syslog notification to the `user` facility
apprise syslog:// apprise -vv -t "Test Message Title" -b "Test Message Body" \
syslog://
``` ```