diff --git a/encoder/encoder.go b/encoder/encoder.go index 75c67860..c4b77b30 100644 --- a/encoder/encoder.go +++ b/encoder/encoder.go @@ -39,7 +39,7 @@ func ConvertFilter(rawPath, avifPath, webpPath string, extraParams config.ExtraP for { if _, found := config.ConvertLock.Get(rawPath); found { - log.Infof("file %s is locked under conversion, retrying in %s", rawPath, retryDelay) + log.Debugf("file %s is locked under conversion, retrying in %s", rawPath, retryDelay) time.Sleep(retryDelay) } else { // The lock is released, indicating that the conversion is complete