move docker logs for Nimbus to /docker/log

For more details see:
https://github.com/status-im/infra-nimbus/issues/10

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-03-12 13:32:43 +01:00
parent 1dd328307b
commit 4c10d02983
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,8 @@
nimbus_stats_domain: nimbus-test-stats.status.im
# temporary
beacon_node_log_level: TRACE
# TRACE needs more disk space
bootstrap__rsyslog_docker_logs_path: '/docker/log'
# lower local retention to save space
bootstrap__logrotate_frequency: 'hourly'
bootstrap__logrotate_count: 3

View File

@ -1,7 +1,9 @@
---
# temporary
beacon_node_log_level: TRACE
# TRACE needs more disk space
bootstrap__rsyslog_docker_logs_path: '/docker/log'
# lower local retention to save space
bootstrap__logrotate_frequency: 'hourly'
bootstrap__logrotate_count: 3
bootstrap__logrotate_mbytes: 200
bootstrap__logrotate_mbytes: 500