neumino / reqlite

Reqlite - RethinkDB in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature request: option to disable output

joeybaker opened this issue · comments

I'm loving reqlite for testing, but all the output isn't really necessary in a test. An option to turn it all off would be appreciated.

Make sense.
I'll add a constant later and refactor a bit things to make these settings be changed by passing a flag to Server.

Available via --silent or in constants.js

@neumino would you mind doing an npm release with this in it?

@joeybaker -- sorry about that, it's released in 2.0.3

Thanks!