Skip to content

Commit

Permalink
Merge pull request #2 from DeterminateSystems/update-rust-log-var
Browse files Browse the repository at this point in the history
Update RUST_LOG env var value
  • Loading branch information
grahamc authored Jun 26, 2023
2 parents 0eb0e37 + 7b56139 commit dd9ea13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit dd9ea13

Please sign in to comment.