Skip to content
Snippets Groups Projects
Commit 6743e5b4 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: downgrade yarn.lock parsing error logs to info

parent 8dcc83a4
No related branches found
Tags 37.183.2
No related merge requests found
...@@ -70,7 +70,7 @@ async function renovatePackageFile(packageFileConfig) { ...@@ -70,7 +70,7 @@ async function renovatePackageFile(packageFileConfig) {
} }
logger.trace({ yarnLockParsed }); logger.trace({ yarnLockParsed });
} catch (err) { } catch (err) {
logger.warn({ yarnLock }, 'Could not parse yarn.lock'); logger.info({ yarnLock }, 'Warning: Exception parsing yarn.lock');
} }
} else if (config.packageLock) { } else if (config.packageLock) {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment