From 4d84f786f64d2b80046100ead5d0e8c1eef7418c Mon Sep 17 00:00:00 2001 From: khramshinr Date: Thu, 23 May 2024 17:39:56 +0600 Subject: T4576: Accel-ppp logging level configuration add ability to change logging level config for: * VPN L2TP * VPN PPTP * VPN SSTP * IPoE Server * PPPoE Serve --- interface-definitions/include/accel-ppp/log.xml.i | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 interface-definitions/include/accel-ppp/log.xml.i (limited to 'interface-definitions/include') diff --git a/interface-definitions/include/accel-ppp/log.xml.i b/interface-definitions/include/accel-ppp/log.xml.i new file mode 100644 index 000000000..96ce93ff9 --- /dev/null +++ b/interface-definitions/include/accel-ppp/log.xml.i @@ -0,0 +1,42 @@ + + + + Server logging + + + + + Specifies log level + + 0 + Turn off logging + + + 1 + Log only error messages + + + 2 + Log error and warning messages + + + 3 + Log error, warning and minimum information messages + + + 4 + Log error, warning and full information messages + + + 5 + Log all messages including debug messages + + + + + + 3 + + + + -- cgit v1.2.3