Investigate incorrect target detection (#1376)

* detect-targets: add debug tracing

See #1375.

* Add new feature `tracing` & `cli-tracing` to `detect-targets

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

* Fix clippy lints

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

---------

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Tamir Duberstein 2023-09-23 06:45:44 -04:00 committed by GitHub
parent 680accd0d3
commit 2db8e254bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 49 additions and 12 deletions

View file

@ -202,6 +202,7 @@ pub fn logging(log_level: LevelFilter, json_output: bool) {
"binstalk_registry",
"cargo_binstall",
"cargo_toml_workspace",
"detect_targets",
"simple_git",
]);