Disable trace-level logging from the test-linux-stable-int (#2546)

This commit is contained in:
Vladimir Istyufeev
2023-11-29 21:20:05 +04:00
committed by GitHub
parent 08f29af6cd
commit eb46b99b29
-1
View File
@@ -395,7 +395,6 @@ test-linux-stable-int:
RUN_UI_TESTS: 1
script:
- WASM_BUILD_NO_COLOR=1
RUST_LOG=sync=trace,consensus=trace,client=trace,state-db=trace,db=trace,forks=trace,state_db=trace,storage_cache=trace
time cargo test -p staging-node-cli --release --locked -- --ignored
# more information about this job can be found here: