Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Program.cs
@@ -49,7 +49,7 @@ .Enrich.WithProperty("Application", "WCS") // 设置Microsoft命名空间的日志级别为Information // 这样可以减少Microsoft框架本身的详细日志,避免过多的Debug日志 .MinimumLevel.Override("Microsoft", LogEventLevel.Information) .MinimumLevel.Override("Microsoft", LogEventLevel.Debug) .WriteTo.Console() // 添加控制台输出接收器,日志将显示在控制台窗口中 // 添加文件输出接收器,将日志写入文件系统 .WriteTo.File(