Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Decrease max size of docker logs, and rotation (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
anisimovsergey authored and jackfrancis committed Oct 4, 2017
1 parent e32dd26 commit 9cf7f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parts/kubernetesagentcustomdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ write_files:
"live-restore": true,
"log-driver": "json-file",
"log-opts": {
"max-size": "200m",
"max-file": "25"
"max-size": "50m",
"max-file": "5"
}
}
Expand Down

0 comments on commit 9cf7f62

Please sign in to comment.