[ 
https://issues.apache.org/jira/browse/MESOS-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Mahler updated MESOS-270:
----------------------------------

    Fix Version/s:     (was: 0.10.0)
                   0.11.0
    
> Log viewing broken on mesos-local runs
> --------------------------------------
>
>                 Key: MESOS-270
>                 URL: https://issues.apache.org/jira/browse/MESOS-270
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Benjamin Mahler
>            Assignee: Chris A. Mattmann
>             Fix For: 0.11.0
>
>
> The master / slave attach their log files in a hard-coded manner, i.e.
> files.attach("mesos-master.INFO")
> files.attach("mesos-slave.INFO")
> and local runs will have "mesos-local.INFO" instead
> 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