isaacsu / twich

node.js + php realtime browser-based chat app supporting multiple rooms. Based on ry/node_chat.
http://forum.twich.me/
GNU General Public License v2.0
244 stars 22 forks source link

Logs? #13

Closed sent-hil closed 14 years ago

sent-hil commented 14 years ago

Would be great if it saved logs from previous chats, maybe to mysql or even yaml.

isaacsu commented 14 years ago

Yeah it would, wouldn't it. At the moment you can actually pipe the output from node to a textfile and that would give you a log.

e.g.

node server.js > log.log

sent-hil commented 14 years ago

Oh cool, thanks