You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gregoire Seux (Jira)" <ji...@apache.org> on 2019/10/15 09:48:00 UTC

[jira] [Commented] (MESOS-6003) Add logging module for logging to an external program

    [ https://issues.apache.org/jira/browse/MESOS-6003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16951779#comment-16951779 ] 

Gregoire Seux commented on MESOS-6003:
--------------------------------------

We would be interested in having such logger in mesos code base
 Our use case is that we forward all task logs to local rsyslog (which forward them eventually to our centralized logging). To do this, we ask all our tasks to start a wrapper script which setup stdout/stderr redirection.
This solution is not great because it forces our users to update their tasks definition to benefit from this feature. Our intent is to make this fully transparent.

Is anyone still working on this or should we try to use https://github.com/wjoel/mesos-external-container-logger directly

> Add logging module for logging to an external program
> -----------------------------------------------------
>
>                 Key: MESOS-6003
>                 URL: https://issues.apache.org/jira/browse/MESOS-6003
>             Project: Mesos
>          Issue Type: Improvement
>          Components: modules
>            Reporter: Will Rouesnel
>            Assignee: Will Rouesnel
>            Priority: Minor
>
> In the vein of the logrotate module for logging, there should be a similar module which provides support for logging to an arbitrary log handling program, with suitable task metadata provided by environment variables or command line arguments.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)