diff --git a/lib/util/git/index.ts b/lib/util/git/index.ts index 0436fa6485c65b148dfdbfe2b2f9c4f53e8f4487..4bbe056ea766751e412ce2c7ebcb7eb4b92c772f 100644 --- a/lib/util/git/index.ts +++ b/lib/util/git/index.ts @@ -737,7 +737,7 @@ export async function commitFiles({ deletedFiles.push(fileName); } catch (err) /* istanbul ignore next */ { checkForPlatformFailure(err); - logger.warn({ err, fileName }, 'Cannot delete file'); + logger.trace({ err, fileName }, 'Cannot delete file'); ignoredFiles.push(fileName); } } else if (await isDirectory(join(localDir, fileName))) {