Skip to content
Snippets Groups Projects
Unverified Commit 2f826677 authored by bprachi29's avatar bprachi29 Committed by GitHub
Browse files

fix(logs): INFO --print-config (#11299)

parent 47d78894
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ export async function initRepo(
config = await detectVulnerabilityAlerts(config);
// istanbul ignore if
if (config.printConfig) {
logger.debug({ config }, 'Full resolved config including presets');
logger.info({ config }, 'Full resolved config including presets');
}
return config;
}
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