Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit Docker logging? #92

Closed
jhult opened this issue Jun 11, 2018 · 1 comment
Closed

Limit Docker logging? #92

jhult opened this issue Jun 11, 2018 · 1 comment

Comments

@jhult
Copy link
Member

jhult commented Jun 11, 2018

Should Docker logging be limited by adding something as follows to docker-compose.yml?

logging:
      # limit logs retained on host to 25MB
      driver: "json-file"
      options:
        max-size: "500k"
        max-file: "50"
@blacklabelops
Copy link
Member

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants