Skip to content

Instantly share code, notes, and snippets.

@r4um
Last active April 24, 2017 13:50
Show Gist options
  • Save r4um/6e454ea77a59ac5bc5db4ad513c334cd to your computer and use it in GitHub Desktop.
Save r4um/6e454ea77a59ac5bc5db4ad513c334cd to your computer and use it in GitHub Desktop.
LogrotateContainerLogger args
{
  "libraries": [{
    "file": "/usr/lib/liblogrotate_container_logger.so",
    "modules": [{
      "name": "org_apache_mesos_LogrotateContainerLogger",
       "parameters": [
             {
               "key": "max_stdout_size",
               "value": "25MB"
             },
            {
               "key": "max_stderr_size",
               "value": "25MB"
             }
          ]
    }]
  }]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment