docs: update logging configuration section.

Type: docs

Change-Id: I6359623b2eadb404fc391e4c4608fff86020f53f
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:
Paul Vinciguerra
2019-11-11 18:34:59 -05:00
committed by Dave Barach
parent adb71a74d9
commit 867b9ec6ab

View File

@ -933,24 +933,24 @@ are mutually exclusive:
____________________
* **size <n>**
TBD
Number of entries in the global logging buffer. Defaults to 512.
**Example:** TBD
**Example:** size 512
* **unthrottle-time <n>**
TBD
Set the global value for the time to wait (in seconds) before resuming logging of a log subclass that exceeded the per-subclass message-per-second threshold. Defaults to 3.
**Example:** TBD
**Example:** unthrottle-time 3
* **default-log-level emerg|alertcrit|err|warn|notice|info|debug|disabled**
TBD
* **default-log-level emerg|alert|crit|err|warn|notice|info|debug|disabled**
Set the default logging level of the system log. Defaults to notice.
**Example:** TBD
**Example:** default-log-level notice
* **default-syslog-log-level emerg|alertcrit|err|warn|notice|info|debug|disabled**
TBD
* **default-syslog-log-level emerg|alert|crit|err|warn|notice|info|debug|disabled**
Set the default logging level of the syslog target. Defaults to warning.
**Example:** TBD
**Example:** default-syslog-log-level warning
.. _mactime: