mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 23:49:30 -05:00
cli: simplify log message on init call (#3105)
This commit is contained in:
parent
36a827056f
commit
7eedd0e3de
@ -90,7 +90,7 @@ func (a *Applier) Init(
|
||||
}
|
||||
|
||||
// Perform the RPC
|
||||
a.log.Debug("Initialization call", "endpoint", doer.endpoint, "kmsURI", doer.req.KmsUri, "storageURI", doer.req.StorageUri)
|
||||
a.log.Debug("Initialization call", "endpoint", doer.endpoint)
|
||||
a.spinner.Start("Connecting ", false)
|
||||
retrier := retry.NewIntervalRetrier(doer, 30*time.Second, serviceIsUnavailable)
|
||||
if err := retrier.Do(ctx); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user