From b7de48ab2a0dc129941741d562fa0e8d227918b0 Mon Sep 17 00:00:00 2001 From: g41797 Date: Thu, 10 Oct 2024 09:05:37 +0300 Subject: [PATCH] Update README --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e7068ca..761e7d2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Let's see what this message consist of: ### Priority -> Priority = **Facility** * 8 + *Severity* +> Priority = Facility * 8 + Severity **Facility** represents the machine process that created the Syslog event @@ -74,12 +74,9 @@ Let's see what this message consist of: | .local5 | 21 | local use 5 | | .local6 | 22 | local use 6 | | .local7 | 23 | local use 7 | - -Usually zig process will use [.local0-.local7] facilities -(unless you are going to develop cron or ftp). - - - + + + **Severity** describes the severity level of the syslog message in question. | Level | rfc5424.Severity | Description |