You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2015/12/22 22:03:57 UTC

mesos git commit: Documentation: Removed outdated "Logging and Debugging" doc page.

Repository: mesos
Updated Branches:
  refs/heads/master 0461aaba6 -> a76f90216


Documentation: Removed outdated "Logging and Debugging" doc page.

Review: https://reviews.apache.org/r/41575/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a76f9021
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a76f9021
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a76f9021

Branch: refs/heads/master
Commit: a76f90216ae5d358200f697bcaddbafa30d1e042
Parents: 0461aab
Author: Neil Conway <ne...@gmail.com>
Authored: Tue Dec 22 16:02:34 2015 -0500
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Tue Dec 22 16:03:09 2015 -0500

----------------------------------------------------------------------
 docs/home.md                  | 1 -
 docs/logging-and-debugging.md | 9 ---------
 2 files changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a76f9021/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 51c19bb..a397a4e 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -22,7 +22,6 @@ layout: documentation
 * [Framework Authentication](/documentation/latest/authentication/)
 * [Framework Authorization](/documentation/latest/authorization/)
 * [Framework Rate Limiting](/documentation/latest/framework-rate-limiting/)
-* [Logging and Debugging](/documentation/latest/logging-and-debugging/) for viewing Mesos and framework logs.
 * [High Availability](/documentation/latest/high-availability/) for running multiple masters simultaneously.
 * [Operational Guide](/documentation/latest/operational-guide/)
 * [Monitoring](/documentation/latest/monitoring/)

http://git-wip-us.apache.org/repos/asf/mesos/blob/a76f9021/docs/logging-and-debugging.md
----------------------------------------------------------------------
diff --git a/docs/logging-and-debugging.md b/docs/logging-and-debugging.md
deleted file mode 100644
index 6797d15..0000000
--- a/docs/logging-and-debugging.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-layout: documentation
----
-
-# Logging and Debugging
-
-Mesos uses the [Google Logging library](https://github.com/google/glog) 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](configuration.md) using the `log_dir` parameter.
-
-Frameworks that run on Mesos have their output stored to a "work" directory on each machine. By default, this is `MESOS_HOME/work`. 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.
\ No newline at end of file