make docker log files contain only container messages
See: https://github.com/status-im/infra-nimbus/issues/26 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
796c7ce292
commit
996e2df2e8
|
@ -15,6 +15,8 @@ bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
|
|||
bootstrap__rsyslog_docker_logs_path: '/docker/log'
|
||||
# The volume of logs is too big and Nimbus team doesn't use their own cluster
|
||||
bootstrap__rsyslog_docker_logstash_send: false
|
||||
# Print just the message, lower size of log files and make parsing easier
|
||||
bootstrap__rsyslog_docker_format: !unsafe '%msg:2:2048%\n'
|
||||
# lower local retention to save space
|
||||
bootstrap__logrotate_frequency: 'hourly'
|
||||
bootstrap__logrotate_count: 24
|
||||
|
|
Loading…
Reference in New Issue