jasontbradshaw / iron-tools

Stream video over the web for either immediate or delayed viewing by an arbitrary number of clients.
3 stars 0 forks source link

Program should log output to the console as well as to a file. #14

Open jasontbradshaw opened 14 years ago

jasontbradshaw commented 14 years ago

Having to manually 'tail -f' the log file every time you start the program is something of a drag. It would be nice to have it dump output to the console as well. I'm pretty sure the logging library supports this, too.