Skip to content

Commit 85c37f0

Browse files
committed
fix: Add Logger configuration to NewClient for enhanced logging capabilities
1 parent ee9390c commit 85c37f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/cloudrecording/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func NewClient(config *Config) (*Client, error) {
7575
HttpTimeout: config.HttpTimeout,
7676
Credential: config.Credential,
7777
DomainArea: config.DomainArea,
78+
Logger: config.Logger,
7879
})
7980
if err != nil {
8081
return nil, err

0 commit comments

Comments
 (0)