Skip to content

Commit

Permalink
wakuv2.test/prod: change log level to debug
Browse files Browse the repository at this point in the history
Previously the log level flag was ignored:
waku-org/nwaku#1272

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Oct 18, 2022
1 parent d9abd83 commit 015f41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/group_vars/wakuv2-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ bootstrap__active_extra_users:
# Tag dependent on fleet: test, prod
nim_waku_cont_tag: 'deploy-wakuv2-{{ stage }}'
nim_waku_cont_name: 'nim-waku-v2'
nim_waku_log_level: 'debug'
nim_waku_protocols_enabled: ['relay', 'store', 'filter', 'lightpush']
nim_waku_disc_v5_enabled: true
nim_waku_dns4_domain_name: '{{ dns_entry }}'
Expand Down
1 change: 1 addition & 0 deletions ansible/group_vars/wakuv2-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ bootstrap__active_extra_users:
# Tag dependent on fleet: test, prod
nim_waku_cont_tag: 'deploy-wakuv2-{{ stage }}'
nim_waku_cont_name: 'nim-waku-v2'
nim_waku_log_level: 'debug'
nim_waku_protocols_enabled: ['relay', 'store', 'filter', 'swap', 'lightpush', 'rln-relay']
nim_waku_disc_v5_enabled: true
nim_waku_dns4_domain_name: '{{ dns_entry }}'
Expand Down

0 comments on commit 015f41c

Please sign in to comment.