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) { }