KraigM / HomeBridgeController

Provides a simplified UI for controlling your HomeBridge
87 stars 7 forks source link

Log parsing issue when homebridge started via init script. #52

Closed chrisgrande closed 8 years ago

chrisgrande commented 8 years ago

image

KraigM commented 8 years ago

What is happening?

From the looks of it you are running in full debug mode (with environment variable DEBUG=*) so it is getting the debug logs in the output.

Unfortunately if socket.io is included in the logs then every log it sends to the client gets logged in full to the "error log" (as to not effect the standard output). I explicitly don't stream it down live but the log history is pulled directly from the log files.

KraigM commented 8 years ago

???

chrisgrande commented 8 years ago

Sorry, I didn't have time to get back around to this - I think there was something wrong with my install, I created a new system using your automated SD card creation and I no longer have this problem.