mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 22:43:11 +02:00
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:
parent
4a9891c065
commit
b2731d6a61
@ -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.
|
||||
|
@ -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 "%" (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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user