Skip to content

Commit

Permalink
Merge pull request #81 from atc0005/i80-update-log-level-for-file-rem…
Browse files Browse the repository at this point in the history
…oval-intent-messages

Alter log level for "removing file" messages
  • Loading branch information
atc0005 authored Oct 24, 2019
2 parents 706e555 + a4a2b52 commit f1ca170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func cleanPath(files FileMatches, config *Config) (PathPruningResults, error) {

// fully-qualified path to the file
"file": file.Path,
}).Info("Removing file")
}).Debug("Removing file")

// We need to reference the full path here, not the short name since
// the current working directory may not be the same directory
Expand Down

0 comments on commit f1ca170

Please sign in to comment.