Re: Mesos logging

2016-08-23 Thread Hendrik Haddorp
sorry, didn't look into this further so far. I searched over all log files and could not find the line. The only parameters mesos-slave has are --ip, --log_dir and --resources. On 22/08/16 04:22, Vinod Kone wrote: > Did you figure this out? AFAICT, the LOG(INFO) line should be printed > in agent l

Re: Mesos logging

2016-08-21 Thread Vinod Kone
Did you figure this out? AFAICT, the LOG(INFO) line should be printed in agent logs. What agent flags are you using? On Tue, Aug 9, 2016 at 8:19 AM, Hendrik Haddorp wrote: > I saw a few "Running ..." log entries from the docker support code but > they seem to be all from VLOG(1) calls while for

Re: Mesos logging

2016-08-09 Thread Hendrik Haddorp
I saw a few "Running ..." log entries from the docker support code but they seem to be all from VLOG(1) calls while for some reason the code that does the actual "docker run" call uses LOG(INFO) and that does not seem to come out by default, or I don't see it. But I'll try on ... On 09/08/16 11:38

Re: Mesos logging

2016-08-09 Thread haosdent
Hi, @Hendrik You could see INFO log when running Mesos Agent in default level. Some docker run logs may exist in the stdout/stderr of executor. On Tue, Aug 9, 2016 at 12:27 PM, Hendrik Haddorp wrote: > I would like to see the "docker run" trace from > https://github.com/apache/mesos/blob/master/

Re: Mesos logging

2016-08-08 Thread Hendrik Haddorp
I would like to see the "docker run" trace from https://github.com/apache/mesos/blob/master/src/docker/docker.cpp line 811. What verbosity level does INFO map to? On 09/08/16 05:06, Charles Allen wrote: > Which glog are you trying to capture? You can set the verbosity level > with the environment

Re: Mesos logging

2016-08-08 Thread Charles Allen
Which glog are you trying to capture? You can set the verbosity level with the environment variable GLOG_v And you can also set it through things like Spark. So if you want a lot of ZK chatter at the mesos level in your spark logs, add spark.executorEnv.GLOG_v=9 to your spark context On Mon, Au

Mesos logging

2016-08-08 Thread Hendrik Haddorp
Hi, the Mesos code contains log statements using LOG(INFO) and VLOG(1), for example. So far I found that Mesos is using the Google Logging Library. Looking in the logs I only seem to be able to find output from VLOG statements. What do I need to do to get the output from the LOG statements? Where

RE: Mesos logging configuration questions

2014-01-23 Thread Jim Freeman
I'm running Mesos 0.14.2   From: Vinod Kone [mailto:vi...@twitter.com] Sent: Wednesday, January 22, 2014 10:59 PM To: user@mesos.apache.org; Jim Freeman Subject: Re: Mesos logging configuration questions   I'm not able to repro this behavior. What version of Mesos are y

Re: Mesos logging configuration questions

2014-01-22 Thread Vinod Kone
:* Vinod Kone > *To:* "user@mesos.apache.org" > *Sent:* Tuesday, January 21, 2014 11:06 AM > > *Subject:* Re: Mesos logging configuration questions > > If --log_dir is not specified nothing is written to disk. > > ➜ build git:(master) ✗ ./bin/mesos-master.sh --h

Re: Mesos logging configuration questions

2014-01-21 Thread Jim Freeman
rg" Sent: Tuesday, January 21, 2014 11:06 AM Subject: Re: Mesos logging configuration questions If --log_dir is not specified nothing is written to disk. ➜  build git:(master) ✗ ./bin/mesos-master.sh --help ... ...   --log_dir=VALUE        Location to put log files (no d

Re: Mesos logging configuration questions

2014-01-21 Thread Vinod Kone
ay, January 21, 2014 10:45 AM > *To:* user@mesos.apache.org; Jim Freeman > *Subject:* Re: Mesos logging configuration questions > > > > I'm afraid that document is out of date, please ignore the comments > related to MESOS_HOME in the interim of us fixing that document.

RE: Mesos logging configuration questions

2014-01-21 Thread Jim Freeman
So if you don't supply --log_dir, then logs go in the /tmp executor sandbox? From: Benjamin Mahler [mailto:benjamin.mah...@gmail.com] Sent: Tuesday, January 21, 2014 10:45 AM To: user@mesos.apache.org; Jim Freeman Subject: Re: Mesos logging configuration questions I'm afraid tha

Re: Mesos logging configuration questions

2014-01-21 Thread Benjamin Mahler
I'm afraid that document is out of date, please ignore the comments related to MESOS_HOME in the interim of us fixing that document. https://issues.apache.org/jira/browse/MESOS-934 --log_dir is a parameter of the mesos-master and mesos-slave binaries. The directory you linked is to an executor sa

Mesos logging configuration questions

2014-01-14 Thread Jim Freeman
Referring to http://mesos.apache.org/documentation/latest/logging-and-debugging/  : I have not set MESOS_HOME, so it should default per the doc. 1) Doc says "Mesos uses the Google Logging library and writes logs to MESOS_HOME/logs by default, where MESOS_HOME is the location where Mesos is ins