summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-11-11 18:34:59 -0500
committerDave Barach <openvpp@barachs.net>2019-11-12 20:56:22 +0000
commit867b9ec6abed648ad95e263b65eb1dd60835c17d (patch)
tree7f3c0047b9791f0e52753ce32db9fb4db838cb08 /docs
parentadb71a74d91efd464408eca805740deddc3559fa (diff)
docs: update logging configuration section.
Type: docs Change-Id: I6359623b2eadb404fc391e4c4608fff86020f53f Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/gettingstarted/users/configuring/startup.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/gettingstarted/users/configuring/startup.rst b/docs/gettingstarted/users/configuring/startup.rst
index 7a663944261..ecb143fe995 100644
--- a/docs/gettingstarted/users/configuring/startup.rst
+++ b/docs/gettingstarted/users/configuring/startup.rst
@@ -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: