Jason Dusek created MESOS-588:
---------------------------------
Summary: Add option to master to send stdout and stderr to syslog
Key: MESOS-588
URL: https://issues.apache.org/jira/browse/MESOS-588
Project: Mesos
Issue Type: New Feature
Components: master
Reporter: Jason Dusek
Sending worker logs to Syslog simplifies implementation of retention policies
and makes it easier for teams to devise their own approach to log indexing and
authorized use of logs (since many of these solutions exist for Syslog already).
In Bash, we can write a wrapper that uses redirection and process substitution
to ensure a command invocation's STDOUT and STDERR are written to syslog.
https://gist.github.com/solidsnack/6090947
It would be nice if Mesos offered such a facility, or provided a way to plugin
a wrapper script like the one above.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira