sapling/eden/fs/takeover
Adam Simpkins 684fa29593 update folly::Init to call folly::initLogging()
Summary:
Update the folly::Init code to define a `--logging` command line flag, and call
`folly::initLoggingOrDie()` with the value of this command line during
initialization.

This is similar to the existing code that initializes the glog library.
(Programs can use both glog and folly logging together in the same program, and
I expect that many programs will do so as parts get converted to folly::logging
and parts remain using glog.)

Reviewed By: yfeldblum

Differential Revision: D7827344

fbshipit-source-id: 8aa239fbad43bc0b551cbe40cad7b92fa97fcdde
2018-05-15 12:38:01 -07:00
..
test update folly::Init to call folly::initLogging() 2018-05-15 12:38:01 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
takeover.thrift add thrift takeover serialization 2018-01-30 14:21:18 -08:00
TakeoverClient.cpp move folly/experimental/logging to folly/logging/ 2018-04-30 21:29:29 -07:00
TakeoverClient.h add version handshake to takeover protocol 2018-01-30 14:21:18 -08:00
TakeoverData.cpp add EdenBug::throwException 2018-05-01 16:52:06 -07:00
TakeoverData.h add thrift takeover serialization 2018-01-30 14:21:18 -08:00
TakeoverHandler.h initial code to listen for graceful takeover attempts 2017-11-19 15:47:20 -08:00
TakeoverServer.cpp move folly/experimental/logging to folly/logging/ 2018-04-30 21:29:29 -07:00
TakeoverServer.h initial code to listen for graceful takeover attempts 2017-11-19 15:47:20 -08:00