Is this a new bug?
Current Behavior
An exception is thrown when the current state of core library is used with the SDK that has the logging enabled. The __deep_clone__ method does not work for logger as the logger instance can't be pickled.
Expected Behavior
The flow should get executed successfully and all request and response should be logged as per the configuration. The logging configuration must have __deep_clone__ method overridden to change the default behavior.
Steps To Reproduce
Run the SDK with logging enabled with pagination feature
Environment
- **OS**:
- **Language version**:
- **SDK Name**:
Relevant log output
Additional Context
No response
Is this a new bug?
Current Behavior
An exception is thrown when the current state of core library is used with the SDK that has the logging enabled. The
__deep_clone__method does not work for logger as the logger instance can't be pickled.Expected Behavior
The flow should get executed successfully and all request and response should be logged as per the configuration. The logging configuration must have
__deep_clone__method overridden to change the default behavior.Steps To Reproduce
Run the SDK with logging enabled with pagination feature
Environment
Relevant log output
Additional Context
No response