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