Site Tools


admin-debug

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
admin-debug [2025/12/05 17:31] – -Formatting-move Common Firmware Environment link to bulleted point hogwildadmin-debug [2025/12/05 17:36] (current) – -Add explanation for kernel printk log level hogwild
Line 43: Line 43:
 \\  \\ \\  \\
  
-**Kernel printk log level**:FIXME+**Kernel printk log level**: controls the detail level of kernel messages printed to the console and log buffer via the printk() function
  
- \\+Kernel messages use numeric levels. Lower numbers indicate higher priority: 0 (KERN_EMERG) for system crashes, 3 (KERN_ERR) for errors, 6 (KERN_INFO) for general info, and 7 (KERN_DEBUG) for detailed debugging. Setting a higher value or 7 or 8 in "/proc/sys/kernel/printk" allows more messages, including debug output, to print immediately to the console rather than just the ring buffer viewable via dmesg.\\
  
 **Do not restart the following process if they die **-  Usually FreshTomato restarts dying processes. However, in some cases, you may want to prevent this from happening. **Do not restart the following process if they die **-  Usually FreshTomato restarts dying processes. However, in some cases, you may want to prevent this from happening.
admin-debug.txt · Last modified: by hogwild