You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
I run ecosystem-tests with the following .env file:
LOG_LEVEL=debug # keep debug level to filter out most of chopsticks logs, ports and wasm info is still there
RUNTIME_LOG_LEVEL=1 # 1 or trace
DB_PATH=./db.sqlite
ASSETHUBPOLKADOT_WASM=./asset_hub_polkadot_runtime.compact.compressed.wasm
ASTAR_WASM=./astar_runtime.compact.compressed.wasm
The only log that runtime displays is the final error, like NotHoldingFees or Message Unroutable.
I was able to reproduce the same XCM program with local wasms and chopsticks, and all the trace logs were there.
It might be that environment variables are not propagated...
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
I run ecosystem-tests with the following .env file:
There are no trace logs from the runtime, e.g.
The only log that runtime displays is the final error, like
NotHoldingFees
orMessage Unroutable
.I was able to reproduce the same XCM program with local wasms and chopsticks, and all the trace logs were there.
It might be that environment variables are not propagated...
The text was updated successfully, but these errors were encountered: