From 7b561397744dc7429ee1ea8fc3b8841dcd07ddbf Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 26 Jun 2023 09:27:45 -0700 Subject: [PATCH] Update RUST_LOG env var value --- dist/index.js | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 2728866..6f5591f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12160,7 +12160,7 @@ async function setUpAutoCache() { var runEnv; if (coreExports.isDebug()) { runEnv = { - RUST_LOG: "trace,nix_actions_cache=debug,gha_cache=debug", + RUST_LOG: "trace,magic_nix_cache=debug,gha_cache=debug", RUST_BACKTRACE: "full", ...process.env }; diff --git a/src/index.ts b/src/index.ts index 028cc48..14db8ad 100644 --- a/src/index.ts +++ b/src/index.ts @@ -89,7 +89,7 @@ async function setUpAutoCache() { var runEnv; if (core.isDebug()) { runEnv = { - RUST_LOG: "trace,nix_actions_cache=debug,gha_cache=debug", + RUST_LOG: "trace,magic_nix_cache=debug,gha_cache=debug", RUST_BACKTRACE: "full", ...process.env };