issues
search
Azure
/
azure-cosmos-python
π¨π¨π¨This SDK is now maintained at https://github.com/Azure/azure-sdk-for-python π¨π¨π¨
https://github.com/Azure/azure-sdk-for-python
MIT License
150
stars
141
forks
source link
Added logging for v3 sdk
#174
Closed
srinathnarayanan
closed
5 years ago
srinathnarayanan
commented
5 years ago
Added logging mesages to the SDK
Logger config file can be passed in through an environment varaible
Default config file added as well
Writing to console and file is present as default.
Logging currently present for
Beginning of all operations
latency logger per request
Logs for cross partition queries indicating which partition id is being hit
Error logs on all error paths in the SDK
Logging on retries
christopheranderson
commented
5 years ago
Don't need this anymore
Added logging mesages to the SDK