From b1892613b99beaa9388a1f96796de667e682a961 Mon Sep 17 00:00:00 2001 From: emancipator Date: Sun, 11 May 2025 03:28:16 -0400 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E9=94=99=E8=AF=AF=EF=BC=9A=E6=97=A5=E5=BF=97=E7=AD=89?= =?UTF-8?q?=E7=BA=A72=EF=BC=9ANFO=E6=94=B9=E4=B8=BAINFO=20Signed-off-by:?= =?UTF-8?q?=20liangqifeng=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performance/tuning_framework/oeaware/oeaware-user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/server/performance/tuning_framework/oeaware/oeaware-user-guide.md b/docs/zh/server/performance/tuning_framework/oeaware/oeaware-user-guide.md index 55a4a7640..8e3677bae 100644 --- a/docs/zh/server/performance/tuning_framework/oeaware/oeaware-user-guide.md +++ b/docs/zh/server/performance/tuning_framework/oeaware/oeaware-user-guide.md @@ -30,7 +30,7 @@ systemctl start oeaware ```yaml log_path: /var/log/oeAware #日志存储路径 -log_level: 1 #日志等级 1:DEBUG 2:NFO 3:WARN 4:ERROR +log_level: 1 #日志等级 1:DEBUG 2:INFO 3:WARN 4:ERROR enable_list: #默认使能插件 - name: libtest.so #只配置插件,使能本插件的所有实例 - name: libtest1.so #配置插件实例,使能配置的插件实例 -- Gitee