2020-08-10 Brian McGlynn <bmcglynn@geneseemedia.net>

* Documented the '%%' filepath wildcard in the Operations Guide.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2020-08-10 12:38:51 -04:00
parent 4a9891c065
commit b2731d6a61
2 changed files with 3 additions and 0 deletions

View File

@ -19939,3 +19939,5 @@
2020-08-10 Brian McGlynn <bmcglynn@geneseemedia.net>
* Allow RN Macro to run when Rivendell daemons running as non-root
'ripcd/local_macros.cpp'.
2020-08-10 Brian McGlynn <bmcglynn@geneseemedia.net>
* Documented the '%%' filepath wildcard in the Operations Guide.

View File

@ -44,6 +44,7 @@
<row><entry><userinput>%x</userinput></entry><entry><userinput>%X</userinput></entry><entry>Log line ID (numeric)</entry></row>
<row><entry><userinput>%y</userinput></entry><entry><userinput>%Y</userinput></entry><entry>Release Year</entry></row>
<row><entry><userinput>%z</userinput></entry><entry><userinput>%Z</userinput></entry><entry>Log line number (numeric)</entry></row>
<row><entry><userinput>%%</userinput></entry><entry><userinput>%%</userinput></entry><entry>Literal &quot;%&quot; (ASCII 37)</entry></row>
<row><entry><userinput>\r</userinput></entry><entry><userinput>\r</userinput></entry><entry>Literal Carriage Return (ASCII 13)</entry></row>
<row><entry><userinput>\n</userinput></entry><entry><userinput>\n</userinput></entry><entry>Literal Linefeed (ASCII 10)</entry></row>
</tbody>