logc.go @@ -87,7 +87,9 @@ } func SaveScheduleLog(category, level int, timeout time.Duration, msg string) { if msg == "" { return } }