mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
fix(logs): INFO --print-config (#11299)
This commit is contained in:
parent
47d78894ff
commit
2f826677d0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export async function initRepo(
|
||||||
config = await detectVulnerabilityAlerts(config);
|
config = await detectVulnerabilityAlerts(config);
|
||||||
// istanbul ignore if
|
// istanbul ignore if
|
||||||
if (config.printConfig) {
|
if (config.printConfig) {
|
||||||
logger.debug({ config }, 'Full resolved config including presets');
|
logger.info({ config }, 'Full resolved config including presets');
|
||||||
}
|
}
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue