Skip to content

Commit

Permalink
remove log printing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Jan 23, 2024
1 parent d389763 commit 598fb98
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,8 @@ func (backend *MetricsReportingKurtosisBackend) CreateAPIContainer(
if err != nil {
return nil, stacktrace.Propagate(
err,
"An error occurred creating an API container from image '%v' with envvars: %+v",
"An error occurred creating an API container from image '%v'",
image,
customEnvVars,
)
}
return result, nil
Expand Down

0 comments on commit 598fb98

Please sign in to comment.