Bläddra i källkod

log on bailout

Thibault bui Koechlin 5 år sedan
förälder
incheckning
0e6a5be04b
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      pkg/sqlite/commit.go

+ 1 - 0
pkg/sqlite/commit.go

@@ -57,6 +57,7 @@ func (c *Context) CleanUpRecordsByAge() error {
 
 
 	//no events elligible
 	//no events elligible
 	if len(sos) == 0 || ret.RowsAffected == 0 {
 	if len(sos) == 0 || ret.RowsAffected == 0 {
+		log.Infof("no event older than %s", c.maxDurationRetention.String())
 		return nil
 		return nil
 	}
 	}
 	//let's do it in a single transaction
 	//let's do it in a single transaction