File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ If you do not wish to include credentials in your CSV file they can be provided
333
333
log .Debug ().Msgf ("ContainerId is 0, omitting from request" )
334
334
reqJson .Set (nil , "ContainerId" )
335
335
}
336
- log .Debug ().Msgf ("Request JSON: %s" , reqJson .String ())
336
+ // log.Debug().Msgf("Request JSON: %s", reqJson.String())
337
337
338
338
// parse properties
339
339
var createStoreReqParameters api.CreateStoreFctArgs
@@ -377,7 +377,7 @@ If you do not wish to include credentials in your CSV file they can be provided
377
377
378
378
createStoreReqParameters .Password = passwdParams
379
379
createStoreReqParameters .Properties = props
380
- log .Debug ().Msgf ("Request parameters: %v" , createStoreReqParameters )
380
+ // log.Debug().Msgf("Request parameters: %v", createStoreReqParameters)
381
381
382
382
log .Info ().Msgf ("Calling Command to create store from row '%d'" , idx )
383
383
res , err := kfClient .CreateStore (& createStoreReqParameters )
You can’t perform that action at this time.
0 commit comments