From d54d29662f30c0fa5e1f048fdce4835e51248682 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Fri, 23 Aug 2024 11:15:10 +0900 Subject: 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 --- tests/specs/npm/npmrc_not_next_to_package_json/main.out | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3