From 1dc79cebc6d27a8f9d2f9ca9c2e0f2fd0809d940 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 8 May 2023 21:27:14 +0200 Subject: syslog: T2778: migrate to get_config_dict() --- interface-definitions/include/syslog-facility.xml.i | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'interface-definitions/include/syslog-facility.xml.i') diff --git a/interface-definitions/include/syslog-facility.xml.i b/interface-definitions/include/syslog-facility.xml.i index 57067ece2..e6138a122 100644 --- a/interface-definitions/include/syslog-facility.xml.i +++ b/interface-definitions/include/syslog-facility.xml.i @@ -3,10 +3,10 @@ Facility for logging - auth authpriv cron daemon kern lpr mail mark news protocols security syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7 all + auth authpriv cron daemon kern lpr mail mark news syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7 all - (auth|authpriv|cron|daemon|kern|lpr|mail|mark|news|protocols|security|syslog|user|uucp|local0|local1|local2|local3|local4|local5|local6|local7|all) + (auth|authpriv|cron|daemon|kern|lpr|mail|mark|news|syslog|user|uucp|local0|local1|local2|local3|local4|local5|local6|local7|all) Invalid facility type @@ -49,14 +49,6 @@ news USENET subsystem - - protocols - depricated will be set to local7 - - - security - depricated will be set to auth - syslog Authentication and authorization @@ -109,10 +101,6 @@ emerg alert crit err warning notice info debug all - - (emerg|alert|crit|err|warning|notice|info|debug|all) - - Invalid loglevel emerg Emergency messages @@ -149,7 +137,12 @@ all Log everything + + (emerg|alert|crit|err|warning|notice|info|debug|all) + + Invalid loglevel + err -- cgit v1.2.3