diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-21 14:04:02 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-21 14:04:02 -0500 |
commit | 2ea21a1cb431afba450dc7523e0c7c161f1743dc (patch) | |
tree | 5cf38dd5045ff551466451db278f7a260af0f319 | |
parent | 8f3c4702c2ac68646032b30b5e7b13f21cf7b524 (diff) | |
download | netconfapk-2ea21a1cb431afba450dc7523e0c7c161f1743dc.tar.gz netconfapk-2ea21a1cb431afba450dc7523e0c7c161f1743dc.tar.bz2 netconfapk-2ea21a1cb431afba450dc7523e0c7c161f1743dc.tar.xz netconfapk-2ea21a1cb431afba450dc7523e0c7c161f1743dc.zip |
doc: Update logging spec per discussions
-rw-r--r-- | doc/logging.rst | 8 |
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 ````````````````````` |