We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127734e commit 9784f29Copy full SHA for 9784f29
Documentation/admin-guide/dynamic-debug-howto.rst
@@ -26,6 +26,11 @@ Dynamic debug provides:
26
- format string
27
- class name (as known/declared by each module)
28
29
+NOTE: To actually get the debug-print output on the console, you may
30
+need to adjust the kernel ``loglevel=``, or use ``ignore_loglevel``.
31
+Read about these kernel parameters in
32
+Documentation/admin-guide/kernel-parameters.rst.
33
+
34
Viewing Dynamic Debug Behaviour
35
===============================
36
0 commit comments