10 Commits
Author SHA1 Message Date
zimonianhua 2ca4ad5437 fix: 修复日志记录函数调用错误
Docker Build and Push / build (push) Has been cancelled
- 将 `logrus.Errorf("Server err: ", err)` 修正为 `logrus.Errorf("Server err: %v", err)`,以正确格式化错误信息。
- 将 `logrus.Infof(startInfo)` 修正为 `logrus.Info(startInfo)`,因为 `startInfo` 已经是格式化的字符串。
- 在多处将 `logrus.Error` 和 `entry.Errorf` 错误用法修正为 `logrus.Errorf` 和 `entry.Error`,确保日志格式化与函数签名匹配。
2026-02-10 21:02:30 +08:00
engigu 2125ddc853 chore: update startup tasks 2025-12-09 21:44:14 +08:00
engigu c3e5fa2003 feat: add cronmessage sendNow 2025-10-12 14:35:49 +08:00
engigu 6c550bd542 chroe: adjust cron task log source 2025-01-19 19:39:20 +08:00
engigu 383726b41c chore: cron messge send msg logging 2025-01-01 00:20:23 +08:00
engigu fc654b5da7 chore: cron messge send msg logging 2024-12-30 23:52:34 +08:00
SayHeya fdef73c4ec fix: cron call task source 2024-12-30 23:29:03 +08:00
engigu 33e44ce596 feat: add gormv2 and support sqlite 2024-04-29 17:31:13 +08:00
engigu 44054ae157 fix: cron message edit bug 2024-04-12 10:39:05 +08:00
engigu a78ff937c0 feat: add cron msg 2024-04-11 17:20:36 +08:00