Commit Graph

7 Commits

Author SHA1 Message Date
c8d1ff7ca6 *: replace 'logutil.Logger(context.Background())' with 'logutil.BgLogger()' (#10866) 2019-06-21 19:13:31 +08:00
32fdf46b1f util: use uniform log format for util package (#9668) 2019-03-22 10:33:03 +08:00
353d0adb8a util/systimemon: add keep alive metrics, used to figure out tidb instance is down. (#5847) 2018-02-12 17:34:02 +08:00
f1e89cde19 *: use lower-case of github.com/sirupsen/logrus (#5400)
*: rename github.com/Sirupsen/logrus to github.com/sirupsen/logrus

* vendor: update pd

* vendor: update github.com/pingcap/tipb/go-mysqlx
2017-12-14 16:25:58 +08:00
550537a2ce util/systimemon: check system time jump by comparing UnixNano (#4725)
After Go1.9, time.Sub() compare time using monotime, so it can't be
used to check system time jump.
2017-10-09 17:20:32 +08:00
bc0f2d4755 util/systimemon: fix test race (#4494)
* util/systimemon: fix test race
2017-09-11 19:39:18 +08:00
88e1666ac6 *: change the log package to logrus (#4452) 2017-09-08 00:45:07 -05:00