all: lowe logrotate count to 48, bump bootstrap
Also remove `delaycompress` from logrotate config. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4983b11282
commit
a6d673366a
|
@ -23,7 +23,7 @@ bootstrap__rsyslog_docker_logs_path: '/docker/log'
|
|||
bootstrap__rsyslog_docker_format: !unsafe '%msg:2:2048%\n'
|
||||
# lower local retention to save space
|
||||
bootstrap__logrotate_frequency: 'hourly'
|
||||
bootstrap__logrotate_count: 72
|
||||
bootstrap__logrotate_count: 48
|
||||
bootstrap__logrotate_mbytes: 500
|
||||
|
||||
# Consul Catalog Query URL
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
- name: infra-role-bootstrap-linux
|
||||
src: git@github.com:status-im/infra-role-bootstrap-linux.git
|
||||
version: c1cef99575a2d56718bba482761f005450129aaa
|
||||
version: f0c4b8a2733e504159bff32698fdfb9e51844e7e
|
||||
scm: git
|
||||
|
||||
- name: infra-role-bootstrap-windows
|
||||
|
|
Loading…
Reference in New Issue