答案:修改内核文件include/linux/printk.h (内核版本为4.9)
修改前
#define CONSOLE_LOGLEVEL_DEFAULT 7 /* anything MORE serious than KERN_DEBUG */
修改后
#define CONSOLE_LOGLEVEL_DEFAULT 8
原文地址:https://www.cnblogs.com/dakewei/p/10082377.html
时间: 2024-10-10 22:36:44
答案:修改内核文件include/linux/printk.h (内核版本为4.9)
修改前
#define CONSOLE_LOGLEVEL_DEFAULT 7 /* anything MORE serious than KERN_DEBUG */
修改后
#define CONSOLE_LOGLEVEL_DEFAULT 8
原文地址:https://www.cnblogs.com/dakewei/p/10082377.html