sstephenson / hector

A private group chat server for people you trust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can you disable logging?

postmodern opened this issue · comments

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

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

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!