sapling/eden/fs/takeover/test
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
..
ManualTakeover.cpp update folly::Init to call folly::initLogging() 2018-05-15 12:38:01 -07:00
TakeoverTest.cpp add convenient operator literals for the various path piece types 2018-05-11 14:52:07 -07:00