uktrade / public-data-api

The source for the Department for International Trade's Public Data API
https://data.api.trade.gov.uk/
MIT License
5 stars 0 forks source link

feat: better worker logging #230

Closed michalc closed 3 weeks ago

michalc commented 3 weeks ago

The logging from the worker was logging on every http request, and because querying from SQLite files uses many requests, the logs were too noisy to be helpful.

To address this, the httpx log level in the worker is increased from INFO to WARNING, and manual log messages have been put into key parts of the process.