summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/logging.rst8
1 files 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
`````````````````````