Logging warning in mesos fetcher

2014-11-05 Thread Ankur Chauhan
I noticed in a run of bin/mesos-tests.sh --gtest_filter=FetcherTest.*: $ ./bin/mesos-tests.sh --gtest_filter=FetcherTest.* Source directory: /Users/achauhan/Projects/mesos Build directory: /Users/achauhan/Projects/mesos/build - We cannot

Re: Logging warning in mesos fetcher

2014-11-05 Thread Vinod Kone
Good catch. You want to add the log initialization to the main() in fetcher.cpp. See master/main.cpp or slave/main.cpp for examples. On Wed, Nov 5, 2014 at 10:32 AM, Ankur Chauhan an...@malloc64.com wrote: I noticed in a run of bin/mesos-tests.sh --gtest_filter=FetcherTest.*: $

Re: Logging warning in mesos fetcher

2014-11-05 Thread Ankur Chauhan
Will do! -- Ankur On 5 Nov 2014, at 10:56, Vinod Kone vinodk...@gmail.com wrote: Good catch. You want to add the log initialization to the main() in fetcher.cpp. See master/main.cpp or slave/main.cpp for examples. On Wed, Nov 5, 2014 at 10:32 AM, Ankur Chauhan an...@malloc64.com wrote: