openfoodfacts / search-a-licious

🍊🔎 A pluggable search service for large collections of objects (like Open Food Facts)
https://search.openfoodfacts.org
GNU Affero General Public License v3.0
9 stars 5 forks source link

Use logging instead of print #24

Closed alexgarel closed 1 year ago

alexgarel commented 1 year ago

We use print in the current code to display message.

This is not a good practice:

alexgarel commented 1 year ago

We need to have a way to setup logging (but BasicConfig should do as a first approach).

dheerajdlalwani commented 1 year ago

Hey! This seems like an interesting issue for someone like me who's trying to learn and understand about logging. Do you mind if I take this issue up? Also, I may need some assistance.

alexgarel commented 1 year ago

Be welcome @dheerajdlalwani !

raphael0202 commented 1 year ago

Done!