Skip to content

Commit

Permalink
Merge pull request #165 from bird-house/bump-default-logging-rententi…
Browse files Browse the repository at this point in the history
…on-to-something-more-reasonable-for-prod

bump default log retention to 500m instead of 2m, more suitable for prod

# Overview

Bump default log retention to 500m instead of 2m, more suitable for prod

Forgot to push during PR #152.

## Changes

**Non-breaking changes**
- Bump default log retention to 500m instead of 2m, more suitable for prod
  • Loading branch information
tlvu committed May 6, 2021
2 parents 0179962 + f002bbc commit 8dd34d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdhouse/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ x-logging:
&default-logging
driver: "json-file"
options:
max-size: "200k"
max-size: "50m"
max-file: "10"

services:
Expand Down

0 comments on commit 8dd34d6

Please sign in to comment.