Doodle3D / doodle3d-firmware

The API of the Doodle3D WiFi box. This can for example talk to print3d, save settings, update the firmware etc.
www.doodle3d.com
GNU General Public License v2.0
13 stars 9 forks source link

Reduce sign-in related logs in info level #53

Closed peteruithoven closed 8 years ago

peteruithoven commented 8 years ago

Currently, in the info loglevel, on every sign-in the following logs are created. Could we move all logs besides whether it was successful or not and the request to verbose?

02-23 16:22:01 [ENTR] (info)   : =======rest api (api debugging)=======
02-23 16:22:01 [ENTR] (info)   : Running in signin mode
02-23 16:22:01 [ENTR] (info)   :   attempting signin
02-23 16:22:01 [NTSI] (info)   : signin:setStatus: 2 | signing in
02-23 16:22:04 [NTSI] (info)   : signin:setStatus: 1 | idle
02-23 16:22:04 [ENTR] (info)   : Signin successful
woutgg commented 8 years ago

Implemented in https://github.com/Doodle3D/doodle3d-firmware/commit/65062207ffe55d44673c83189726ec62d657f5aa.