log level: TRACE -> DEBUG (#20)

This commit is contained in:
Ștefan Talpalaru 2020-08-04 16:15:30 +02:00 committed by GitHub
parent 917d2d6adf
commit dcef20dc7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ bootstrap__logrotate_mbytes: 200
nimbus_stats_domain: nimbus-test-stats.status.im
# temporary
beacon_node_log_level: TRACE
beacon_node_log_level: DEBUG
# resource limits
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'

View File

@ -9,8 +9,8 @@ bootstrap__logrotate_frequency: 'hourly'
bootstrap__logrotate_count: 3
bootstrap__logrotate_mbytes: 500
# temporary
beacon_node_log_level: TRACE
beacon_node_log_level: DEBUG
# resource limits
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'