diff --git a/processor/regex.go b/processor/regex.go index 85b9b60..76b97be 100644 --- a/processor/regex.go +++ b/processor/regex.go @@ -223,7 +223,7 @@ func ProcessRegex(content string, command utils.ModifyCommand, filename string) modifiedGroupsCount++ } } - matchLogger.Info("%d of %d capture groups identified for modification", modifiedGroupsCount, len(updatedCaptureGroups)) + matchLogger.Debug("%d of %d capture groups identified for modification", modifiedGroupsCount, len(updatedCaptureGroups)) for _, capture := range updatedCaptureGroups { if capture.Value == capture.Updated {