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.
1 parent ee9390c commit 85c37f0Copy full SHA for 85c37f0
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