You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Yan Xu (JIRA)" <ji...@apache.org> on 2017/03/16 06:11:41 UTC

[jira] [Created] (MESOS-7253) Logging before initializing glog in main.cpp

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)