RogerioBlanco / PixelCanvasBot

A bot to pixelcanvas.io
63 stars 24 forks source link

Use logging rather than print. #93

Closed raclettes closed 5 years ago

raclettes commented 5 years ago

This allows us to add further streams later, such as to Discord, or more.

The changes basically convert all print statements to logger.debug, and log to both an optional file (specifiable with -o, --output_file) and the sys.stderr stream.

From issue #36.