sapling/eden/fs
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
..
config add CMake build files 2018-04-30 14:37:46 -07:00
fuse update folly::Init to call folly::initLogging() 2018-05-15 12:38:01 -07:00
inodes update folly::Init to call folly::initLogging() 2018-05-15 12:38:01 -07:00
journal Distinguish between "renaming" and "replacing" a file in the journal. 2018-05-07 14:23:13 -07:00
model add convenient operator literals for the various path piece types 2018-05-11 14:52:07 -07:00
rocksdb add CMake build files 2018-04-30 14:37:46 -07:00
service update folly::Init to call folly::initLogging() 2018-05-15 12:38:01 -07:00
sqlite add CMake build files 2018-04-30 14:37:46 -07:00
store update folly::Init to call folly::initLogging() 2018-05-15 12:38:01 -07:00
takeover update folly::Init to call folly::initLogging() 2018-05-15 12:38:01 -07:00
testharness Don't leak FUSE refcounts in TestMount 2018-05-11 14:52:07 -07:00
utils 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
eden-config.h add CMake build files 2018-04-30 14:37:46 -07:00