From 9c9fea455232b008464498191d48279cec7533f0 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 16 Feb 2023 09:01:57 +0800 Subject: [PATCH] R --- ...o use journalctl to View and Analyze Systemd Logs [With Examples].md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20221109.4 ⭐️⭐️ How to use journalctl to View and Analyze Systemd Logs [With Examples].md b/published/20221109.4 ⭐️⭐️ How to use journalctl to View and Analyze Systemd Logs [With Examples].md index 1483b10dac..57f35863f9 100644 --- a/published/20221109.4 ⭐️⭐️ How to use journalctl to View and Analyze Systemd Logs [With Examples].md +++ b/published/20221109.4 ⭐️⭐️ How to use journalctl to View and Analyze Systemd Logs [With Examples].md @@ -102,7 +102,7 @@ journalctl -p 0 4: 警告 5: 通知 6: 信息 -7:调试 +7: 调试 ``` 当你指定错误代码时,它显示该等级及更高的所有信息。例如,如果你指定下面的命令,它会显示所有优先级为 2、1 和 0 的信息: