Benjamin Mahler created MESOS-270:
-------------------------------------

             Summary: Log viewing broken on mesos-local runs
                 Key: MESOS-270
                 URL: https://issues.apache.org/jira/browse/MESOS-270
             Project: Mesos
          Issue Type: Bug
            Reporter: Benjamin Mahler
            Assignee: Benjamin Mahler


The master / slave attach their log files in a hard-coded manner, i.e.

files.attach("mesos-master.INFO")
files.attach("mesos-slave.INFO")

currently we rely on default log filenames from glog, which does not provide 
access to the filenames, see: 
http://code.google.com/p/google-glog/issues/detail?id=116

the fix here is to have all the main.cpp's set the log name during logging 
initialization, and later the master/slave can get the name

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to