akutkin / frb

0 stars 0 forks source link

Log file(s) #3

Open akutkin opened 8 years ago

akutkin commented 8 years ago

We have to discuss and implement logging

ipashchenko commented 8 years ago

Python has logging builtin module. I have some code in emails.py. The one feature a like is that you can change the logging level by one variable. It's like many prints in your code you can switch off.

akutkin commented 8 years ago

agree

ipashchenko commented 8 years ago

I think Petya can handle logging implementation easily. He did it for his pypima package using logging...