[ADD] Add startup cleanup module log output

This commit is contained in:
zhoujunhao 2018-10-10 15:43:40 +08:00
parent 8d4c34b52f
commit 925f13cbcb

View File

@ -57,6 +57,7 @@ func CreateCleanManager() (*Manager, error) {
//Start start clean //Start start clean
func (t *Manager) Start(errchan chan error) error { func (t *Manager) Start(errchan chan error) error {
logrus.Info("CleanManager is starting.")
run := func() { run := func() {
err := util.Exec(t.ctx, func() error { err := util.Exec(t.ctx, func() error {
now := time.Now() now := time.Now()