From 155742b0ea198e8cc6133aa5d65a71755977d0f8 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Mon, 19 Dec 2022 20:44:42 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/device-dev/subsystems/subsys-boot-init-log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-boot-init-log.md b/en/device-dev/subsystems/subsys-boot-init-log.md index 7f47364941..db7500c6d0 100644 --- a/en/device-dev/subsystems/subsys-boot-init-log.md +++ b/en/device-dev/subsystems/subsys-boot-init-log.md @@ -66,7 +66,7 @@ init logs are mainly used to start modules (like **param**, **ueventd**, and **m ``` Run **dmesg** to check the printed log **Start init first stage.** - 2. Set the log level via a command. + 2. Set the log level by using the begetctl command. The command is **begetctl setloglevel level**, where **level** indicates one of the following log levels: **0** (**INIT_DEBUG**), **1** (**INIT_INFO**), **2** (**INIT_WARN**), **3** (**INIT_ERROR**), and **4** (**INIT_FATAL**). -- GitLab