[
https://issues.apache.org/jira/browse/MESOS-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065005#comment-15065005
]
Joseph Wu commented on MESOS-934:
---------------------------------
Here's my take:
{quote}
Mesos uses the Google Logging library and writes logs to MESOS_HOME/logs by
default, where MESOS_HOME is the location where Mesos is installed. The log
directory can be configured using the log_dir parameter.
{quote}
^ By default the Mesos master/agent output to stdout/stderr. We only write to
file when {{--log_dir}} is specified.
{quote}
Frameworks that run on Mesos have their output stored to a “work” directory on
each machine. By default, this is MESOS_HOME/work.
{quote}
^ Frameworks don't have defaults, since Mesos doesn't control them.
{quote}
Within this directory, a framework’s output is placed in files called stdout
and stderr in a directory of the form slave-X/fw-Y/Z, where X is the slave ID,
Y is the framework ID, and multiple subdirectories Z are created for each
attempt to run an executor for the framework. These files can also be accessed
via the web UI of the slave daemon.
{quote}
^ We can just refer to the sandbox docs.
---
Looks like it would be reasonable to delete the file for now. I can write some
updated docs later, as part of [MESOS-4086].
> 'Logging and Debugging' document is out-of-date.
> ------------------------------------------------
>
> Key: MESOS-934
> URL: https://issues.apache.org/jira/browse/MESOS-934
> Project: Mesos
> Issue Type: Bug
> Components: documentation
> Reporter: Benjamin Mahler
> Labels: documentation
>
> The following is no longer correct:
> http://mesos.apache.org/documentation/latest/logging-and-debugging/
> We should either delete this document or re-write it entirely.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)