Skip to content

Commit

Permalink
runtime-log-level: 5 for most chains (#752)
Browse files Browse the repository at this point in the history
This was very valuable when debugging XCM error messages. It was nice
that it was the default already for Centrifuge, so seems like a good
idea to make it the default for several other chains as well.
  • Loading branch information
spazcoin committed May 14, 2024
1 parent 2a8b049 commit dc55b39
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/acala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ endpoint:
mock-signature-host: true
block: ${env.ACALA_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5

import-storage:
Sudo:
Expand Down
1 change: 1 addition & 0 deletions configs/astar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ endpoint: wss://astar.api.onfinality.io/public-ws
mock-signature-host: true
block: ${env.ASTAR_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5

import-storage:
Sudo:
Expand Down
2 changes: 2 additions & 0 deletions configs/basilisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ endpoint: wss://basilisk-rpc.dwellir.com
mock-signature-host: true
block: ${env.BASILISK_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5


import-storage:
System:
Expand Down
1 change: 1 addition & 0 deletions configs/bifrost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ endpoint: wss://bifrost-parachain.api.onfinality.io/public-ws
mock-signature-host: true
block: ${env.BIFROST_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5

import-storage:
System:
Expand Down
1 change: 1 addition & 0 deletions configs/hydradx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ endpoint: wss://hydradx-rpc.dwellir.com
mock-signature-host: true
block: ${env.HYDRADX_BLOCK_NUMBER}
db: ./hydradx.db.sqlite
runtime-log-level: 5
# wasm-override: hydradx_runtime.compact.compressed.wasm

import-storage:
Expand Down
1 change: 1 addition & 0 deletions configs/interlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ endpoint: wss://rpc-interlay.luckyfriday.io/
mock-signature-host: true
block: ${env.INTERLAY_BLOCK_NUMBER}
db: ./interlay.db.sqlite
runtime-log-level: 5
# wasm-override: interlay_runtime.compact.compressed.wasm

import-storage:
Expand Down
1 change: 1 addition & 0 deletions configs/karura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ endpoint: wss://karura-rpc.aca-api.network
mock-signature-host: true
block: ${env.KARURA_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5

import-storage:
Sudo:
Expand Down
1 change: 1 addition & 0 deletions configs/khala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ endpoint:
mock-signature-host: true
block: ${env.KHALA_BLOCK_NUMBER}
db: ./khala.db.sqlite
runtime-log-level: 5
# wasm-override: thala_parachain_runtime.compact.compressed.wasm

import-storage:
Expand Down
1 change: 1 addition & 0 deletions configs/phala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ endpoint:
mock-signature-host: true
block: ${env.PHALA_BLOCK_NUMBER}
db: ./phala.db.sqlite
runtime-log-level: 5
# wasm-override: thala_parachain_runtime.compact.compressed.wasm

import-storage:
Expand Down
1 change: 1 addition & 0 deletions configs/polkadot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ endpoint:
mock-signature-host: true
block: ${env.POLKADOT_BLOCK_NUMBER}
db: ./db.sqlite
runtime-log-level: 5
# wasm-override: polkadot_runtime.compact.compressed.wasm

import-storage:
Expand Down

0 comments on commit dc55b39

Please sign in to comment.