Skip to content

Commit eebcef8

Browse files
committed
make cleanup log level info
1 parent 4b4e4fa commit eebcef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleandevice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (s *Server) cleanDevice() {
3535
if ra == 0 {
3636
continue
3737
}
38-
s.log.Debug("Cleanup has started on database table.")
38+
s.log.Info("Cleanup has started on database table.")
3939
err = s.walkOnDeviceFiles()
4040
if err != nil {
4141
s.log.Errorln("Error in database table cleanup:", err)

0 commit comments

Comments
 (0)