Skip to content
Snippets Groups Projects
Commit 9b927d48 authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: I can never remember what the numeric levels are.

parent aef8a660
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,21 @@ You can change the verbosity level with the following two methods:
Change the verbosity level to the given integer value. All log events which
have a severity above *verbosity* will not be shown. By default, the log level
is 2, meaning that errors, warnings and script logging events are visible. By
setting it to -1, you can disable all logging.
setting it to -1, you can disable all logging. The table below shows the
mapping between the verbosity level names and their numeric values:
=========== ================
Level name Verbosity value
=========== ================
(disabled) -1
Error 0
Warning 1
Script 2
Info 3
Verbose 4
Debug 5
Trace 6
=========== ================
:param verbosity: Desired verbosity level
:type verbosity: :class:`int`
......
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