Skip to content
Snippets Groups Projects
Commit 801307a6 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Clarify documentation of debug logging levels.

parent 8d8edbe7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment