You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/03/17 01:29:24 UTC

[couchdb-documentation] 04/07: Add additional logging levels

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 0e7a95e8f39912701fec60c2901d62be5f9be0b0
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Mon Mar 13 21:38:46 2017 +0100

    Add additional logging levels
    
    I'm unsure of proper descriptions, however, so I've left those blank.
---
 src/config/logging.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/config/logging.rst b/src/config/logging.rst
index 28455f9..1884852 100644
--- a/src/config/logging.rst
+++ b/src/config/logging.rst
@@ -67,11 +67,15 @@ Logging options
           and more;
         - ``info``: Informative logging. Includes HTTP requests headlines,
           startup of an external processes etc.
-        - ``warning``: Warning messages are alerts about edge situations that
+        - ``notice``
+        - ``warning`` or ``warn``: Warning messages are alerts about edge situations that
           may lead to errors. For instance, compaction daemon alerts about low
           or insufficient disk space at this level.
-        - ``error``: Error level includes only things that going wrong, crush
+        - ``error`` or ``err``: Error level includes only things that going wrong, crush
           reports and HTTP error responses (5xx codes).
+        - ``critical`` or ``crit``
+        - ``alert``
+        - ``emergency`` or ``emerg``
         - ``none``: Disables logging any messages.
 
     .. config:option:: include_sasl

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.