From 4fe71ffe3b52d0c6fdbf1c73d02630e394f35bba Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sat, 18 Nov 2017 18:07:43 -0800 Subject: [PATCH] adjust logging --- prune.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prune.go b/prune.go index ef442df..312b6b7 100644 --- a/prune.go +++ b/prune.go @@ -147,7 +147,7 @@ func (p Pruner) Prune() (*Stats, error) { } // prune - ctx.Info("prune") + ctx.Debug("pruning") stats.FilesRemoved++ stats.SizeRemoved += info.Size()