Doodle3D / print3d

The application that runs on a Doodle3D WiFi box that communicates with printers.
www.doodle3d.com
GNU General Public License v2.0
13 stars 4 forks source link

Log initial serial communication #20

Closed peteruithoven closed 8 years ago

peteruithoven commented 9 years ago

Currently the serial communication between print3d and a 3d printer is only logged when logging is set to verbose (-V). Having the serial communication until the connection is made (we receive a temperature / the state changed to idle) would be interesting to more easily debug printers. Mainly because we don't have to ask users to switch the logging level, which is currently very hard to do.

Also see: https://github.com/Doodle3D/doodle3d-client/issues/67

peteruithoven commented 8 years ago

With version 0.10.9 it's very easy to switch to other log levels, but since it aren't many lines it would be usefull to add this to the info level.