teamatldocker / jira

Dockerized Atlassian Jira
https://hub.docker.com/r/teamatldocker/jira/
MIT License
445 stars 225 forks source link

Limit Docker logging? #92

Closed jhult closed 6 years ago

jhult commented 6 years ago

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 commented 6 years ago

Yes.