don't write out /etc/hh.conf to stderr
commit19f1be1b69d57d03e10e2c4243e12572142da7b6
authorLucian Wischik <ljw@fb.com>
Thu, 25 May 2017 20:11:38 +0000 (25 13:11 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Thu, 25 May 2017 20:24:31 +0000 (25 13:24 -0700)
treeec08cba794d9827c15b72f3916822e32c8edc966
parentc21714df813d09af9705b9a4feb81fc5448aa6ce
don't write out /etc/hh.conf to stderr

Summary:
When Nuclide calls into hh_client and does the "initialize" request, it keeps note of what was written to stderr. That's because this stuff is often useful to diagnose issues (particularly if hh_client failed to start).

The "on-type-formatting" incidentally caused a dump of /etc/hh.conf to be written to stderr even on normal startup. I don't think this is user-relevant information, so I want to suppress it.

Reviewed By: arxanas

Differential Revision: D5130826

fbshipit-source-id: a7d5385c67fac2176a8df34c8a08040cf8cba7dc
hphp/hack/src/client/clientLsp.ml
hphp/hack/src/server/serverConfig.ml
hphp/hack/src/server/serverLocalConfig.ml