···77 type = types.int;
78 default = 4;
79 description = ''
80- The kernel console log level. Log messages with a priority
81- numerically less than this will not appear on the console.
82 '';
83 };
84
···77 type = types.int;
78 default = 4;
79 description = ''
80+ The kernel console <literal>loglevel</literal>. All Kernel Messages with a log level smaller
81+ than this setting will be printed to the console.
82 '';
83 };
84