fstercq / freepybox

Manage your freebox in Python using the Freebox OS API
24 stars 32 forks source link

Use logging instead of print for info and error messages #5

Closed stilllman closed 6 years ago

stilllman commented 6 years ago

To enable filtering and custom handlers, it is better to use logging rather than print to log messages. I left some prints when they were actual interactions with the user of the library (request for manual validation on the freebox, output of filesystem commands).