Skip to content

Commit

Permalink
chore: revert docker exec log for stats
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Nov 17, 2022
1 parent 096f8f2 commit a72f405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/exec/index.ts
Expand Up @@ -116,7 +116,7 @@ async function prepareRawExec(
let rawCommands = typeof cmd === 'string' ? [cmd] : cmd;

if (isDocker(docker)) {
logger.debug(`Using docker to execute image: ${docker.image}`);
logger.debug({ image: docker.image }, 'Using docker to execute');
const extraEnv = {
...opts.extraEnv,
...customEnvVariables,
Expand Down

0 comments on commit a72f405

Please sign in to comment.