Here's what we use to redirect slave logs to its own file on ubuntu 14.04:

$ cat /etc/rsyslog.d/30-mesos.conf
> :programname, contains, "mesos-slave" /var/log/mesos-slave.log
> & stop


The master part is basically the same.

On Wed, May 25, 2016 at 11:02 PM, June Taylor <j...@umn.edu> wrote:

> Has anyone successfully taken the Mesos-related log messages that appear
> in /var/log/messages and moved them to another file? Not just duplicated
> them, but removed them.
>
> Thanks,
> June Taylor
> System Administrator, Minnesota Population Center
> University of Minnesota
>

Reply via email to