Hi guys, How can I manage the stdout/err log files generated by jobs in mesos? for long running docker apps launched using marathon the log files can deplete the disk of an agent, and using quotas makes the jobs to be killed which is also not ideal. I'd like to have a way to rotate them.
Is it correct to just go to the mesos agent workdir and go through each sandbox stdout/err and rotate them? I know that could break the log UI but it doesn't scale very well having logs of several of GB. Thanks!