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
Showing
Please register or sign in to comment