sstephenson / hector

A private group chat server for people you trust
MIT License
131 stars 15 forks source link

How can you disable logging? #35

Closed postmodern closed 10 years ago

postmodern commented 11 years ago

I am a bit nervous having hector log almost every command sent to the server.

postmodern commented 11 years ago

Hector.logger.level = Logger::INFO does the trick. Perhaps this should be the default to avoid data breaches?

raws commented 10 years ago

That sounds reasonable. If you'd like to submit a pull request to change that and add a note to the README about how to configure the log level, that'd be great!