change to using INFO level for prunes

easier to see
This commit is contained in:
TJ Holowaychuk
2017-11-18 17:55:53 -08:00
parent c055131b76
commit 252a75938d
+2 -1
View File
@@ -27,6 +27,7 @@ var DefaultFiles = []string{
".travis.yml",
"LICENSE.txt",
"LICENSE",
".yarn-integrity",
}
// DefaultDirectories pruned.
@@ -144,7 +145,7 @@ func (p Pruner) Prune() (*Stats, error) {
return filepath.SkipDir
}
ctx.Debug("prune")
ctx.Info("prune")
stats.FilesRemoved++
stats.SizeRemoved += info.Size()