From cfb60467171da381b08573e83079484cc2e70ea9 Mon Sep 17 00:00:00 2001 From: Pere Diaz Bou Date: Wed, 13 Nov 2024 10:14:12 +0000 Subject: [PATCH] trace instead of debug on debug --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 75ae04cc5..8501a12fb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,7 @@ jobs: run: cargo build --verbose - name: Test env: - RUST_LOG: ${{ runner.debug && 'limbo_core::storage=debug' || '' }} + RUST_LOG: ${{ runner.debug && 'limbo_core::storage=trace || '' }} run: cargo test --verbose build-wasm: