-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67339/
-----------------------------------------------------------

Review request for mesos and Alexander Rukletsov.


Repository: mesos


Description
-------

`containerizer/mesos/launch.cpp` wrote some of its output into
`cout` and some into `cerr` without a clear distinction as to
why it was done in some cases.

Moreover, it is standard for logging utilities to write their
output into cerr, and finally in Mesos clog should probably
kept clean for the task output in cases there consumers of the
task which process the cout of it.


Diffs
-----

  src/slave/containerizer/mesos/launch.cpp 
70b7805f88e6475992bc8408024eba78d01e341d 


Diff: https://reviews.apache.org/r/67339/diff/1/


Testing
-------

```sh
make check
```


Thanks,

Alexander Rojas

Reply via email to