From 2ea21a1cb431afba450dc7523e0c7c161f1743dc Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 21 Sep 2020 14:04:02 -0500 Subject: doc: Update logging spec per discussions --- doc/logging.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/logging.rst b/doc/logging.rst index c282b21..0f23f96 100644 --- a/doc/logging.rst +++ b/doc/logging.rst @@ -44,8 +44,8 @@ Architecture The logging system processes messages with three fields: Category, Level, and Message. The message's Category indicates what subsystem is emitting the message. The message's Level indicates the urgency of the message, -and may be one of the following five values: Critical, Error, Warning, -Info, and Debug. The message's Message is the text being logged. +and may be one of the following six values: Critical, Error, Warning, +Notice, Info, and Debug. The message's Message is the text being logged. The system outputs every message processed to `stderr`, with the following format: @@ -109,7 +109,7 @@ granted access to the system. :Format: Authentication granted to %{user} from %{ip}:%{srcport}, session %{sessid} :Level: - Info + Notice Authentication failure `````````````````````` @@ -198,7 +198,7 @@ their respective NETCONF modules. :Format: %{user} on session %{sessid} is editing %{node}: %{module-specific information} :Level: - Info + Notice Configuration reading ````````````````````` -- cgit v1.2.3-70-g09d2