wanshenmean
2026-03-17 7a2d709d935075bcdc48e0f3f0ae9f4641663b9f
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs
@@ -44,7 +44,11 @@
        .ReadFrom.Services(services)
        .Enrich.FromLogContext()
        .WriteTo.Console()
        .WriteTo.File("logs/log-.txt", rollingInterval: RollingInterval.Day);
        .WriteTo.File(
            "logs/serilog-.log.txt",
            rollingInterval: RollingInterval.Day,
            retainedFileCountLimit: 30,
            shared: true);
});
builder.ConfigureApplication();