diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-21 14:04:38 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-21 14:04:38 -0500 |
commit | dfee002f9b5a9269913bd03dec44b9afcfadaa6b (patch) | |
tree | a2ccc505129a07f30b516cedd89c2d7467a2180a | |
parent | 2ea21a1cb431afba450dc7523e0c7c161f1743dc (diff) | |
download | netconfapk-dfee002f9b5a9269913bd03dec44b9afcfadaa6b.tar.gz netconfapk-dfee002f9b5a9269913bd03dec44b9afcfadaa6b.tar.bz2 netconfapk-dfee002f9b5a9269913bd03dec44b9afcfadaa6b.tar.xz netconfapk-dfee002f9b5a9269913bd03dec44b9afcfadaa6b.zip |
doc: Default logging level is NOTICE, not INFO
-rw-r--r-- | doc/logging.rst | 2 |
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. |