feat: add scheduler log display

This commit is contained in:
duorameng
2026-05-14 17:49:59 +08:00
parent 51bee50ce4
commit 856cdfc137
12 changed files with 467 additions and 15 deletions
+2
View File
@@ -77,6 +77,8 @@ func (s *SettingsService) InitSettings() error {
constant.KeyPushLogMaxCount: "5000",
constant.KeyLoginLogDays: "30",
constant.KeyLoginLogMaxCount: "1000",
constant.KeySchedulerLogDays: "30",
constant.KeySchedulerLogMaxCount: "10000",
}
for k, v := range defaultRetention {