diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-18 10:04:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-18 10:04:23 +0000 |
commit | dfe12b03eb40535d3393239d9acac155c82ab8f6 (patch) | |
tree | bb978ad3992dbed1ab77777000d24246ec686af0 /doc/property_replacer.html | |
parent | e58ff8a7a07fb042a4e5b5eae7c671199a2d677b (diff) | |
download | rsyslog-dfe12b03eb40535d3393239d9acac155c82ab8f6.tar.gz rsyslog-dfe12b03eb40535d3393239d9acac155c82ab8f6.tar.xz rsyslog-dfe12b03eb40535d3393239d9acac155c82ab8f6.zip |
added new document on recording syslog priority to log files
Diffstat (limited to 'doc/property_replacer.html')
-rw-r--r-- | doc/property_replacer.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html index a6618616..9bd77cec 100644 --- a/doc/property_replacer.html +++ b/doc/property_replacer.html @@ -36,8 +36,12 @@ BSD syslogd. For example, when TAG is "named[12345]", programname is "named".</t to a <a href="http://www.monitorware.com">MonitorWare</a> backend (also for <a href="http://www.phplogcon.org/">phpLogCon</a>)</td></tr> <tr><td><b>syslogfacility</b></td><td>the facility from the message - in numerical form</td></tr> -<tr><td><b>syslogpriority</b></td><td>the priority (actully severity!) from the - message - in numerical form</td></tr> +<tr> + <td><b>syslogseverity</b></td><td>severity from the + message - in numerical form</td> +</tr> +<tr><td><b>syslogpriority</b></td><td>an alis for syslogseverity - included for + historical reasons (be careful: it still is the severity, not PRI!)</td></tr> <tr><td><b>timegenerated</b></td><td>timestamp when the message was RECEIVED. Always in high resolution</td></tr> <tr><td><b>timereported</b></td><td>timestamp from the message. Resolution depends on @@ -106,5 +110,12 @@ are defined:</p> replacement character like space.</td></tr> </table> +<h2>Further Links</h2> +<ul> + <li>Article on "<a href="rsyslog_recording_pri.html">Recording the Priority of + Syslog Messages</a>" (describes use of templates to record severity and + facility of a message)</li> +</ul> + </body> </html> |