Change default console loglevel during boot up [closed]
Do I need to recompile the kernel, No. or is there a way I can get the changed value to be persistent across reboot. Yes. Use the kernel command line parameter loglevel: loglevel= All Kernel Messages with a loglevel smaller than the console loglevel will be printed to the console. It can also be changed … Read more