We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4e4fa commit eebcef8Copy full SHA for eebcef8
cleandevice.go
@@ -35,7 +35,7 @@ func (s *Server) cleanDevice() {
35
if ra == 0 {
36
continue
37
}
38
- s.log.Debug("Cleanup has started on database table.")
+ s.log.Info("Cleanup has started on database table.")
39
err = s.walkOnDeviceFiles()
40
if err != nil {
41
s.log.Errorln("Error in database table cleanup:", err)
0 commit comments