From 35d536df8190f1805d42e3453a2ba7596a536163 Mon Sep 17 00:00:00 2001 From: root <295172551@qq.com> Date: Tue, 24 Jun 2025 01:10:37 +0800 Subject: [PATCH] 111 --- LTEMvcApp/Views/Home/TestClientConfig.cshtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LTEMvcApp/Views/Home/TestClientConfig.cshtml b/LTEMvcApp/Views/Home/TestClientConfig.cshtml index 1ad212e..0159fcf 100644 --- a/LTEMvcApp/Views/Home/TestClientConfig.cshtml +++ b/LTEMvcApp/Views/Home/TestClientConfig.cshtml @@ -265,8 +265,8 @@ 日志层 - 级别 过滤器 + 级别 最大大小 包含负载 @@ -278,10 +278,10 @@ @layer - @foreach (var logLevel in LTEMvcApp.Models.LogLayerTypes.LogLevels) { - if (logLevel == config.Level) + if (logLevel == config.Filter) { } @@ -293,10 +293,10 @@ - @foreach (var logLevel in LTEMvcApp.Models.LogLayerTypes.LogLevels) { - if (logLevel == config.Filter) + if (logLevel == config.Level) { }