Skip to content

Commit

Permalink
Update pkg/loadtester/task_shell.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sanskar Jaiswal <[email protected]>
Signed-off-by: Øistein Løvik <[email protected]>
  • Loading branch information
oistein and aryan9600 authored Sep 26, 2022
1 parent 8b76954 commit bff36fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loadtester/task_shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (task *CmdTask) Run(ctx context.Context) *TaskRunResult {
task.logger.With("canary", task.canary).Errorf("command failed %s %v %s", task.command, err, out)
} else {
if task.logCmdOutput {
task.logger.With("canary", task.canary).Info(out)
task.logger.With("canary", task.canary).Info(string(out))
}
task.logger.With("canary", task.canary).Infof("command finished %s", task.command)
}
Expand Down

0 comments on commit bff36fa

Please sign in to comment.