Ezelia / eureca.io

eureca.io : a nodejs bidirectional RPC that can use WebSocket, WebRTC or XHR fallback as transport layers
http://eureca.io/
343 stars 30 forks source link

Request: -quiet option #31

Open peterg19 opened 8 years ago

peterg19 commented 8 years ago

There are a few places where Eureca logs to stdout. For some applications a -quiet option would be helpful for eliminating non-error messages. Having a logging level would be even better.

Thanks.

alaa-eddine commented 8 years ago

you're right, quite mode can be useful. I'm already using debug to control debug output, I maybe should add a special debug namespace for those outputs.

if you are using linux you can workaround this for now by redirecting the output to null device

peterg19 commented 7 years ago

Thanks this will help.