Merge pull request #2 from DeterminateSystems/update-rust-log-var

Update RUST_LOG env var value
This commit is contained in:
Graham Christensen 2023-06-26 12:52:35 -04:00 committed by GitHub
commit dd9ea1361e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}; };