Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2021 13:22:16 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e6e5d9bf9744 - stable/12 - syslog.conf.5: Fix the message priority order
Message-ID:  <202109281322.18SDMGAI054428@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=e6e5d9bf97440cdf510a410225cad0f507a1eed7

commit e6e5d9bf97440cdf510a410225cad0f507a1eed7
Author:     Felix Guest <felix.the.red@gmail.com>
AuthorDate: 2021-09-21 15:29:39 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-09-28 13:22:14 +0000

    syslog.conf.5: Fix the message priority order
    
    PR:             219942
    
    (cherry picked from commit 8678140127296c15894094087b81f71fe79a21d9)
---
 usr.sbin/syslogd/syslog.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5
index 26595c3e9f0a..06b4bbc8b1c3 100644
--- a/usr.sbin/syslogd/syslog.conf.5
+++ b/usr.sbin/syslogd/syslog.conf.5
@@ -144,7 +144,7 @@ The
 .Em level
 describes the severity of the message, and is a keyword from the
 following ordered list (higher to lower):
-.Cm emerg , crit , alert , err , warning , notice , info
+.Cm emerg , alert , crit , err , warning , notice , info
 and
 .Cm debug .
 These keywords correspond to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109281322.18SDMGAI054428>