neumino / reqlite

Reqlite - RethinkDB in JavaScript
MIT License
338 stars 25 forks source link

Add flag to silence startup logs #84

Closed nodesocket closed 8 years ago

nodesocket commented 8 years ago

Is it possible to silence the startup logs? Perhaps add a flag --quiet

Running rethinkdb 2.0.2 (GCC 4.9.2)...
Running on Linux 4.0.1-1-ARCH x86_64
Loading data from directory /home/michel/tmp/rethinkdb_data
Listening for intracluster connections on port 29015
Listening for client driver connections on port 28015
Listening for administrative HTTP connections on port 8080
Listening on addresses: 127.0.0.1, ::1
To fully expose RethinkDB on the network, bind to all addresses by running rethinkdb with the `--bind all` command line option.
Server ready, "h9_z00" 218b42a9-47dc-48eb-90a7-7cda4f206bcf
Creating a pool connected to localhost:28015
neumino commented 8 years ago

You can pass --silent