diff options
author | Yusuke Tanaka <yusuktan@maguro.dev> | 2024-08-23 11:15:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 19:15:10 -0700 |
commit | d54d29662f30c0fa5e1f048fdce4835e51248682 (patch) | |
tree | 146cbfa0b40f034b7ed2cb14c5745880439bac6c /tests/specs/npm/npmrc_not_next_to_package_json/main.out | |
parent | 86a42c811488a1167c736ba0d18a852035503dec (diff) |
chore: enable `log` feature for tracing crate (#25078)
This commit enables the `log` feature for the `tracing` crate.
This allows us to examine additional detailed logs emitted by third party crates
that use `tracing` crate for logging by setting `RUST_LOG` env var or passing
`-L` option in command line.
Closes #25045
Diffstat (limited to 'tests/specs/npm/npmrc_not_next_to_package_json/main.out')
-rw-r--r-- | tests/specs/npm/npmrc_not_next_to_package_json/main.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/npm/npmrc_not_next_to_package_json/main.out b/tests/specs/npm/npmrc_not_next_to_package_json/main.out index 8f42fb6d8..b583868ff 100644 --- a/tests/specs/npm/npmrc_not_next_to_package_json/main.out +++ b/tests/specs/npm/npmrc_not_next_to_package_json/main.out @@ -2,5 +2,8 @@ [# that serves the same packages. The important bit is the message below.] [WILDCARD] No .npmrc file found [WILDCARD] +Download http://localhost:4260/@denotest/esm-basic +[WILDCARD] Download http://localhost:4260/@denotest/esm-basic/1.0.0.tgz +[WILDCARD] Initialize @denotest/esm-basic@1.0.0 |