From 0195e461414bcff8b70449b2ed40a2f039ec701e Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 18 Sep 2021 14:05:07 -0400 Subject: [PATCH] Updated Notify_syslog (markdown) --- Notify_syslog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Notify_syslog.md b/Notify_syslog.md index fc8d3f0..6fb92ee 100644 --- a/Notify_syslog.md +++ b/Notify_syslog.md @@ -20,6 +20,7 @@ One might change the facility from it's default like so: | facility | No | The facility to use, by default it is `user`. Valid options are **kern**, **user**, **mail**, **daemon**, **auth**, **syslog**, **lpr**, **news**, **uucp**, **cron**, **local0**, **local1**, **local2**, **local3**, **local4**, **local5**, **local6**, and **local7** | logperror | No | Additionally send the log message to _stderr_. This method is ignored when preforming a remote query. | logpid | Yes | Include PID as part of the log output. +| mode | No | This is automatically detected if not specified. The mode determines if we're using `rsyslog` (Remote SysLog) vs `syslog` (Local). Hence the mode value can be either `remote` or `local`. The Apprise URL introduces some ambiguity between `syslog://{facility}` vs `syslog://{hostname}`. This flag allows you to specifically identify what your intentions are if the internal detection is wrong. ### Example Send a Syslog notification