deepgram / deepgram-python-sdk

Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
175 stars 47 forks source link

Implement Grouping of Client Logs #416

Open dvonthenen opened 1 week ago

dvonthenen commented 1 week ago

Proposed changes

We want to be able to know which log trace statements correspond to a given request_id. Since we don't get the request_id until the end, create a unique id so that we can correlate that unique id to the request_id later.

Context

Possible Implementation

Other information