-
-
Save dileks/928770 to your computer and use it in GitHub Desktop.
File: Documentation/kernel-parameters.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| loglevel= All Kernel Messages with a loglevel smaller than the | |
| console loglevel will be printed to the console. It can | |
| also be changed with klogd or other programs. The | |
| loglevels are defined as follows: | |
| 0 (KERN_EMERG) system is unusable | |
| 1 (KERN_ALERT) action must be taken immediately | |
| 2 (KERN_CRIT) critical conditions | |
| 3 (KERN_ERR) error conditions | |
| 4 (KERN_WARNING) warning conditions | |
| 5 (KERN_NOTICE) normal but significant condition | |
| 6 (KERN_INFO) informational | |
| 7 (KERN_DEBUG) debug-level messages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment