Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksanford committed Sep 9, 2024
1 parent 32fded9 commit f1cfc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/datamanager/builtin/sync/file_deletion.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func maybeDeleteExcessFiles(
start := clock.Now()
logger.Debug("checking disk usage")
usage, err := diskusage.Statfs(captureDir)
logger.Debugf("disk usage: %s", usage)
logger.Infof("disk usage: %s", usage)
if err != nil {
logger.Error(errors.Wrap(err, "error checking file system stats"))
return
Expand Down

0 comments on commit f1cfc0c

Please sign in to comment.