intellimate / Izou

A home automation API for the Raspberry Pi in java. javadoc: http://intellimate.github.io/Izou/apidocs/overview-summary.html
Other
5 stars 0 forks source link

improve loggin #17

Closed LeanderK closed 9 years ago

LeanderK commented 9 years ago

The current state of debugging is not optimal. Debug messages should be printed to the log, otherwise it is very hard to track what caused an error. There is no indication which about the state of Izou. Important Logic doesn't print their status.

The goal of this proposal is:

jundl77 commented 9 years ago

debug is already in the log files for the addOn's I did this a couple days ago, and yes we need to talk about that in person I found a couple uncommented bug sources already

LeanderK commented 9 years ago

ok, maybe we can collect them and tackle when we implement this proposal