Skip to content
Snippets Groups Projects
Unverified Commit d3d9b2be authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

refactor: packageFile log debug -> trace (#1191)

parent 804d7ba9
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ async function determineRepoUpgrades(config) {
logger.debug(`Found ${config.packageFiles.length} package files`);
// Iterate through repositories sequentially
for (const packageFile of config.packageFiles) {
logger.debug({ packageFile }, 'Getting packageFile config');
logger.trace({ packageFile }, 'Getting packageFile config');
let packageFileConfig = mergeChildConfig(config, packageFile);
packageFileConfig = filterConfig(packageFileConfig, 'packageFile');
if (packageFileConfig.packageFile.endsWith('package.json')) {
......
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