shawnanastasio / python-matrix-bot-api

A Python API for making Matrix bots (https://matrix.org).
GNU General Public License v3.0
90 stars 34 forks source link

Use logging module instead of print() #28

Open blauertee opened 3 years ago

blauertee commented 3 years ago

The headline pretty much says everything.

Here is a short overview why.

shawnanastasio commented 3 years ago

Thank you for the report. You are correct that using logging would be preferable to the print statements currently used. I don't have the resources to work on this for a little while, but in the mean time if you or someone else is interested in submitting a PR I could look into merging that.