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 };