kwvanderlinde / python-cached-requests

Memory-efficient caching for the requests library and Python 3
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement informative and exceptional logging #9

Closed kwvanderlinde closed 5 years ago

kwvanderlinde commented 5 years ago

Using the logging module, we now have loggers instantiated per-module. Log levels INFO, WARN and ERROR are being used now, with the thought that DEBUG can be used in the future during development and debugging.