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

logs: warn for config warnings

parent fe8b3e1a
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ export async function migrateAndValidate(
} = await configValidation.validateConfig(massagedConfig);
// istanbul ignore if
if (is.nonEmptyArray(warnings)) {
logger.info({ warnings }, 'Found renovate config warnings');
logger.warn({ warnings }, 'Found renovate config warnings');
}
if (is.nonEmptyArray(errors)) {
logger.info({ errors }, 'Found renovate config errors');
......
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