SDK核心 Bug 修复

This commit is contained in:
2026-01-19 07:39:59 +08:00
parent 927ba09f66
commit 4ab88e3cfe
3 changed files with 100 additions and 67 deletions

View File

@@ -62,6 +62,7 @@ public static class Bootstrapper
MaxRetentionDays = 10,
FileSizeLimitBytes = 1024L * 1024 * 1024,
RollOnFileSizeLimit = true,
};
LogBootstrapper.Init(ops);