Update RUST_LOG env var value

This commit is contained in:
Luc Perkins 2023-06-26 09:27:45 -07:00
parent 0eb0e3791d
commit 7b56139774
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View file

@ -12160,7 +12160,7 @@ async function setUpAutoCache() {
var runEnv; var runEnv;
if (coreExports.isDebug()) { if (coreExports.isDebug()) {
runEnv = { runEnv = {
RUST_LOG: "trace,nix_actions_cache=debug,gha_cache=debug", RUST_LOG: "trace,magic_nix_cache=debug,gha_cache=debug",
RUST_BACKTRACE: "full", RUST_BACKTRACE: "full",
...process.env ...process.env
}; };

View file

@ -89,7 +89,7 @@ async function setUpAutoCache() {
var runEnv; var runEnv;
if (core.isDebug()) { if (core.isDebug()) {
runEnv = { runEnv = {
RUST_LOG: "trace,nix_actions_cache=debug,gha_cache=debug", RUST_LOG: "trace,magic_nix_cache=debug,gha_cache=debug",
RUST_BACKTRACE: "full", RUST_BACKTRACE: "full",
...process.env ...process.env
}; };