manuparra / oc2dm

Open Cloud Computing Data Mining Platform
https://dicits.ugr.es/occml
MIT License
3 stars 1 forks source link

Use logging facility #31

Open manuparra opened 7 years ago

manuparra commented 7 years ago

Flexible event logging system for the whole service.

Log everything:

logging.warning("Protocol problem: %s", "connection reset"....) logging.error(.....)

Applicable to the full project.