Deepomatic / deepomatic-client-python

Python Client
Other
14 stars 0 forks source link

Optional logging #24

Open thomas-riccardi opened 6 years ago

thomas-riccardi commented 6 years ago

Since #23 we have some logs on the task wait polling in DEBUG level.

We should have more systematic logs, such as all api requests (library calls, not http requests: we don't want the http level which includes task polling), with relevant parameters (recognition version id... ) optionally with responses (for async calls, logging the returned task id would help a lot for debugging).