.. _MINIMAL_DEBUG_LEVEL:

MINIMAL_DEBUG_LEVEL
===================

.. cmake_variable:: MINIMAL_DEBUG_LEVEL

   This variable configures the Dune debug streams.
   Standard debug streams with level below :code:`MINIMAL_DEBUG_LEVEL` will
   collapse to doing nothing if output is requested. Possible values are
   :code:`vverb`, :code:`verb`, :code:`info`, :code:`warn` and :code:`grave`.
   Defaults to :code:`warn`.

