okfn-brasil / serenata-toolbox

📦 pip module containing code shared across Serenata de Amor's projects | ** Este repositório não recebe atualizações frequentes **
MIT License
154 stars 69 forks source link

Replaces prints with logging functions #156

Closed jcemelanda closed 6 years ago

jcemelanda commented 7 years ago

This pullrequest replaces the print calls throughout the code with the logging module.

I believe this review could be done by anyone with deep enough understanding of the code to know if the logging methods called are really the best suited ones for each place.

I tried to define the log level of each call based on the code around each print call. Usually I used logging.info, errors when dealing with errors and exceptions and warnings when I saw the message was a warning message.

Fixes #25

lipemorais commented 7 years ago

Great job @jcemelanda ! image

jcemelanda commented 7 years ago

Thanks! I'll go for it A.S.A.P.

anaschwendler commented 6 years ago

Closed by #163