seho85 / klipper-dgus

A python project to connect a DGUS display to Klipper
GNU General Public License v3.0
44 stars 12 forks source link

Use python logging instead of print(..) #17

Open seho85 opened 2 years ago

seho85 commented 2 years ago

At many points in source there are plain print(...) calls to put out debug information a.s.o. used.

This call needed to replaced with logging outputs using the python logging module.

This enables a user/developer to enable just messages he want's to see.