mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 17:30:34 +01:00
Merge pull request #2 from DeterminateSystems/update-rust-log-var
Update RUST_LOG env var value
This commit is contained in:
commit
dd9ea1361e
2 changed files with 2 additions and 2 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue