mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-31 07:55:42 +00:00
log level: TRACE -> DEBUG (#20)
This commit is contained in:
parent
917d2d6adf
commit
dcef20dc7b
@ -11,8 +11,8 @@ bootstrap__logrotate_mbytes: 200
|
|||||||
|
|
||||||
nimbus_stats_domain: nimbus-test-stats.status.im
|
nimbus_stats_domain: nimbus-test-stats.status.im
|
||||||
|
|
||||||
# temporary
|
beacon_node_log_level: DEBUG
|
||||||
beacon_node_log_level: TRACE
|
|
||||||
# resource limits
|
# resource limits
|
||||||
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
||||||
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
||||||
|
@ -9,8 +9,8 @@ bootstrap__logrotate_frequency: 'hourly'
|
|||||||
bootstrap__logrotate_count: 3
|
bootstrap__logrotate_count: 3
|
||||||
bootstrap__logrotate_mbytes: 500
|
bootstrap__logrotate_mbytes: 500
|
||||||
|
|
||||||
# temporary
|
beacon_node_log_level: DEBUG
|
||||||
beacon_node_log_level: TRACE
|
|
||||||
# resource limits
|
# resource limits
|
||||||
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
||||||
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user