Yan Xu created MESOS-7253:
-----------------------------

             Summary: Logging before initializing glog in main.cpp
                 Key: MESOS-7253
                 URL: https://issues.apache.org/jira/browse/MESOS-7253
             Project: Mesos
          Issue Type: Bug
            Reporter: Yan Xu


In a couple of places we log before {{logging::initialize}} is called, which 
results in the following log line

{noformat:title=}
WARNING: Logging before InitGoogleLogging() is written to STDERR
{noformat}

and of course, logging to stderr instead of the specified configuration.

We should clean up the ordering so {{logging::initialize}} happens as early as 
possible.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to