Merge pull request #39031 from teto/loglevel

kernel: fix boot.consoleLogLevel description
This commit is contained in:
Graham Christensen 2018-04-17 08:51:14 -04:00 committed by GitHub
commit f4ff297cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,8 +77,8 @@ in
type = types.int;
default = 4;
description = ''
The kernel console log level. Log messages with a priority
numerically less than this will not appear on the console.
The kernel console <literal>loglevel</literal>. All Kernel Messages with a log level smaller
than this setting will be printed to the console.
'';
};