mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +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;
|
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
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue