From 30db3e20191ad09cecc1222b1345a9be31cf03f7 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 17 Dec 2018 09:45:19 -0500 Subject: Improve test logging on taskcluster --- etc/taskcluster/decision_task.py | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/taskcluster') diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 662f64aabef..034b7aab207 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -338,6 +338,7 @@ def wpt_chunk(release_build_task, total_chunks, this_chunk): .with_index_and_artifacts_expire_in(log_artifacts_expire_in) .with_max_run_time_minutes(60) .with_env(TOTAL_CHUNKS=total_chunks, THIS_CHUNK=this_chunk) + .with_env(RUST_LOG="net,constellation") ) if this_chunk == 1: task.name += " + extra" -- cgit v1.2.3