From 801307a632d5d4f0518c330ec3d8556123a9db16 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Thu, 24 Aug 2017 18:50:07 +0200 Subject: [PATCH] Clarify documentation of debug logging levels. --- modules/base/doc/logging.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/base/doc/logging.rst b/modules/base/doc/logging.rst index dda9ebc6a..df7e24ef7 100644 --- a/modules/base/doc/logging.rst +++ b/modules/base/doc/logging.rst @@ -187,14 +187,12 @@ Each logging event has an associated level that marks its importance. For exampl **Debug**: For developers, but not quite at the trace level. This level is turned off by - default, not available in Python and only enabled when compiling with - debugging symbols. + default and only enabled when compiling with debugging symbols. **Trace**: Used to debug inner loops. Once turned on, you will probably get more debug - output that you will be able to handle. This level is turned off by default, - not available in python and only enabled when compiling with debugging - symbols. + output that you will be able to handle. This level is turned off by default + and only enabled when compiling with debugging symbols. Example -- GitLab