Skip to content

Commit 6bc954c

Browse files
committed
change(clean): show info logs when a hidden file is removed locally
1 parent 1d16bba commit 6bc954c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uploader/clean.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ func (u *Uploader) Clean(path *pathutils.Path) error {
5555
u.Log.
5656
WithField("clean_local_path", path.RealPath).
5757
WithError(err).
58-
Error("Error")
58+
Error("Failed")
5959
} else {
6060
u.Log.
6161
WithField("clean_local_path", path.RealPath).
62-
Debug("Removed")
62+
Info("Removed")
6363
}
6464
}
6565
return nil

0 commit comments

Comments
 (0)