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 6a0e500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func (backend *MetricsReportingKurtosisBackend) CreateAPIContainer(
if err != nil {
return nil, stacktrace.Propagate(

Check failure on line 216 in container-engine-lib/lib/backend_impls/metrics_reporting/metrics_reporting_kurtosis_backend.go

View workflow job for this annotation

GitHub Actions / golang-lint

printf: github.com/kurtosis-tech/stacktrace.Propagate call needs 1 arg but has 2 args (govet)
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,
)
Expand Down

0 comments on commit 6a0e500

Please sign in to comment.