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:
parent
1dd328307b
commit
4c10d02983
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue