diff --git a/modules/base/doc/logging.rst b/modules/base/doc/logging.rst index dda9ebc6a22406076d4babd14ab60003d974a9e4..df7e24ef74bc32d275e73feb3063c60c7942ac2a 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