1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 00:26:43 +00:00

add custom logger to support mute certain modules

This commit is contained in:
2020-07-17 11:08:55 +08:00
parent 7d33c85a1a
commit 04e6dfd472
15 changed files with 38 additions and 23 deletions

View File

@@ -3,7 +3,6 @@ package main
import (
"sync"
"time"
log "github.com/sirupsen/logrus"
"sort"
"math"
)