refactor: 调整日志格式,增强兼容性

This commit is contained in:
tbphp
2025-07-17 08:59:49 +08:00
parent b03c3483b7
commit 068e63137e

View File

@@ -28,7 +28,6 @@ func SetupLogger(configManager types.ConfigManager) {
})
} else {
logrus.SetFormatter(&logrus.TextFormatter{
ForceColors: true,
FullTimestamp: true,
TimestampFormat: "2006-01-02 15:04:05",
})