Skip to content
Snippets Groups Projects

Change NDEBUG to verbose logging

Merged Ondřej Surý requested to merge verboselog into master
Compare and
18 files
+ 158
147
Preferences
Compare changes
Files
18
+ 1
1
@@ -73,7 +73,7 @@ The daemon features a CLI interface, type ``help()`` to see the list of availabl
Verbose output
--------------
If the debug logging is compiled in, you can turn on verbose tracing of server operation with the ``-v`` option.
If the verbose logging is compiled in, i.e. not turned off by ``-DNOVERBOSELOG``, you can turn on verbose tracing of server operation with the ``-v`` option.
You can also toggle it on runtime with ``verbose(true|false)`` command.
.. code-block:: bash