Merge pull request #39031 from teto/loglevel

kernel: fix boot.consoleLogLevel description

authored by

Graham Christensen and committed by
GitHub
f4ff297c 1f4cf806

+2 -2
+2 -2
nixos/modules/system/boot/kernel.nix
··· 77 77 type = types.int; 78 78 default = 4; 79 79 description = '' 80 - The kernel console log level. Log messages with a priority 81 - numerically less than this will not appear on the console. 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 82 ''; 83 83 }; 84 84