-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62018/
-----------------------------------------------------------
(Updated Sept. 18, 2017, 1:05 p.m.)
Review request for mesos, Andrei Budnik and Alexander Rukletsov.
Bugs: MESOS-7586
https://issues.apache.org/jira/browse/MESOS-7586
Repository: mesos
Description (updated)
-------
This will be used to initialize logging in the main functions
that do not use `mesos::internal::logging::Flags`.
Diffs
-----
src/logging/logging.hpp 0e448f25de6c66d772f5bc481fbaf4aa493fd8af
src/logging/logging.cpp 70d66a5c396f709e8f27ad0d51315ed6d257f73b
Diff: https://reviews.apache.org/r/62018/diff/4/
Testing (updated)
-------
```
$ make check
```
Also tested manually to see if using `LOG()` without initializing GLOG gives
the same result as using it after running
`mesos::internal::logging::initialize` without flags.
Thanks,
Armand Grillet