We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec0fa02 + 85c37f0 commit bb3a706Copy full SHA for bb3a706
services/cloudrecording/client.go
@@ -75,6 +75,7 @@ func NewClient(config *Config) (*Client, error) {
75
HttpTimeout: config.HttpTimeout,
76
Credential: config.Credential,
77
DomainArea: config.DomainArea,
78
+ Logger: config.Logger,
79
})
80
if err != nil {
81
return nil, err
0 commit comments