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

logs: debug null docker compose yml

parent 1d7baa0b
No related merge requests found
...@@ -46,8 +46,8 @@ export function extractPackageFile( ...@@ -46,8 +46,8 @@ export function extractPackageFile(
config = safeLoad(content, { json: true }); config = safeLoad(content, { json: true });
// istanbul ignore if // istanbul ignore if
if (!config) { if (!config) {
logger.info( logger.debug(
{ fileName, content }, { fileName },
'Null config when parsing Docker Compose content' 'Null config when parsing Docker Compose content'
); );
return null; return null;
......
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