zerodha / pykiteconnect

The official Python client library for the Kite Connect trading APIs
MIT License
965 stars 462 forks source link

Logging for better tractability #178

Open khushalt opened 1 year ago

khushalt commented 1 year ago

We should use the following logging pattern for better debuggable code on prod and other instances. It will give us traceback

log.exception("some exception") Current Impelementation image