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

refactor: log manual packageFiles config

parent 136b82fd
No related merge requests found
......@@ -166,6 +166,12 @@ function getManager(filename) {
async function resolvePackageFiles(config) {
logger.debug('manager.resolvePackageFile()');
logger.trace({ config });
if (config.packageFiles && config.packageFiles.length) {
logger.info(
{ packageFiles: config.packageFiles },
'Found configured packageFiles list'
);
}
const allPackageFiles =
config.packageFiles && config.packageFiles.length
? config.packageFiles
......
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