Hi Pankaj
While transforming my codes from v2 to v3, I faced an issue with pickling the class with the following error
PicklingError: logger cannot be pickled
I have noticed that in v3, the logger has been used, which was not earlier. Is there any way to bypass this issue?
PS. Pickling is required for me to avoid login sequences multiple times.