From 1b0fcf3e4b505034a0bdc0b19619b398ac63718f Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 15 Jan 2025 14:39:41 -0500 Subject: [PATCH] Revert "Experiment to include full debug info" Part of #1002 --- .github/workflows/report.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 6812fa16860..7a345491e3e 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -26,5 +26,3 @@ jobs: with: commit: ${{ github.event.workflow_run.head_sha }} junit_files: "test-results/**/*.xml" - root_log_level: DEBUG - log_level: DEBUG