From 0432e98637b465a9383d2733f99e662b78f0ae22 Mon Sep 17 00:00:00 2001 From: Marko Zivanovic Date: Tue, 8 Sep 2015 12:27:16 +0200 Subject: [PATCH] Update README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c1feb2..46e3f77 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Fields of the syslog record are:
timestamp
in format YYYY-MM-DD HH:MM:SS
facility
-
one of syslog facility strings: *kern, user, mail, daemon, auth, syslog, lpr, news, uucp, clock, authpriv, ftp, ntp, logaudit, logalert, cron, local0, local1, local2, local3, local4, local5, local6, local7*
+
one of syslog facility strings: kern, user, mail, daemon, auth, syslog, lpr, news, uucp, clock, authpriv, ftp, ntp, logaudit, logalert, cron, local0, local1, local2, local3, local4, local5, local6, local7
severity
-
one of syslog severity strings: *emergency, alert, critical, error, warning, notice, informational, debug*
+
one of syslog severity strings: emergency, alert, critical, error, warning, notice, informational, debug
source
IP address or host name of message source
message