bramp / libcec-daemon

A Linux daemon for connecting libcec to uinput. That is, using your TV to control your PC!
BSD 2-Clause "Simplified" License
65 stars 26 forks source link

log4cplus does not use line buffering #10

Open phippodoplis opened 11 years ago

phippodoplis commented 11 years ago

Just trying to get a list of keys that my TV remote sends and nothing comes out till I kill the libcec-caemon, then it dumps it all out. That's OK when you have -v -v turned on and you're drowning in debug messages but once it's going there will only be a few messages per day.

phippodoplis commented 11 years ago

Can fix this with the unbuffer command from the expect-dev package so don't worry about fixing this.

bramp commented 11 years ago

unbuffer seems like a hack. I'm going to re-open this and fix this correctly.