Skip to content

Commit 9784f29

Browse files
quiteJonathan Corbet
authored andcommitted
Documentation: add reference from dynamic debug to loglevel kernel params
This is useful information for somebody who has managed to dig into enabling debug output, but is wondering why there is no such output appearing on the console. Signed-off-by: Daniel Lublin <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/4633bdb82c1c7c014d79840887878624a55c59f8.1720533043.git.daniel@lublin.se
1 parent 127734e commit 9784f29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/admin-guide/dynamic-debug-howto.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Dynamic debug provides:
2626
- format string
2727
- class name (as known/declared by each module)
2828

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+
2934
Viewing Dynamic Debug Behaviour
3035
===============================
3136

0 commit comments

Comments
 (0)