summaryrefslogtreecommitdiff
path: root/doc/logging.rst
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-21 14:04:38 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-21 14:04:38 -0500
commitdfee002f9b5a9269913bd03dec44b9afcfadaa6b (patch)
treea2ccc505129a07f30b516cedd89c2d7467a2180a /doc/logging.rst
parent2ea21a1cb431afba450dc7523e0c7c161f1743dc (diff)
downloadnetconfapk-dfee002f9b5a9269913bd03dec44b9afcfadaa6b.tar.gz
netconfapk-dfee002f9b5a9269913bd03dec44b9afcfadaa6b.tar.bz2
netconfapk-dfee002f9b5a9269913bd03dec44b9afcfadaa6b.tar.xz
netconfapk-dfee002f9b5a9269913bd03dec44b9afcfadaa6b.zip
doc: Default logging level is NOTICE, not INFO
Diffstat (limited to 'doc/logging.rst')
-rw-r--r--doc/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/logging.rst b/doc/logging.rst
index 0f23f96..8b86608 100644
--- a/doc/logging.rst
+++ b/doc/logging.rst
@@ -67,7 +67,7 @@ Configuration
The `netconf.conf` YAML configuration file will be read for a scalar
`loglevel` present in the top-level `server` node, which defines the
lowest log level to output. The default, if the `loglevel` scalar is not
-set, is `info`.
+set, is `notice`.
The `loglevel` node is case-insensitive.