thedjpetersen / subway

ABANDONED - A web based IRC client
1.47k stars 152 forks source link

Avoid locking with logging #276

Closed badosu closed 10 years ago

badosu commented 10 years ago

Sets socket.io loglevel to warn by default and to debug if config.debug is set.

Sets the debug value to false by default. The reason for this is that users may DoS unintentionally a subway server by issuing /list commands, this is specially worse when the output is being printed on stdout or a file.

badosu commented 10 years ago

Thanks!