Skip to content

Commit

Permalink
logs: debug mix lock failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Nov 12, 2021
1 parent 98e7029 commit d85aa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/mix/artifacts.ts
Expand Up @@ -92,7 +92,7 @@ export async function updateArtifacts({
throw err;
}

logger.warn(
logger.debug(
{ err, message: err.message, command },
'Failed to update Mix lock file'
);
Expand Down

0 comments on commit d85aa9b

Please sign in to comment.