diff --git a/init/README.md b/init/README.md index aadf11dff..51deb5a12 100644 --- a/init/README.md +++ b/init/README.md @@ -488,7 +488,11 @@ Commands This is included in the default init.rc. `loglevel ` -> Sets the kernel log level to level. Properties are expanded within _level_. +> Sets init's log level to the integer level, from 7 (all logging) to 0 + (fatal logging only). The numeric values correspond to the kernel log + levels, but this command does not affect the kernel log level. Use the + `write` command to write to `/proc/sys/kernel/printk` to change that. + Properties are expanded within _level_. `mkdir [mode] [owner] [group]` > Create a directory at _path_, optionally with the given mode, owner, and