Skip to content

Commit

Permalink
Add selected/excluded workspace packages to debug traces
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Oct 14, 2024
1 parent 9d1521d commit d88e7e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ impl<'shared_opts> TryFrom<&'shared_opts SharedOpts> for EnvironmentContext {
let workspace = opts.workspace.partition_packages(&metadata);
let workspace_packages = WorkspacePackages::from_iter(workspace.0.into_iter().cloned());

info!(?workspace_packages, workspace_packages_excluded = ?workspace.1);

Ok(Self {
root_crate_path,
workspace_packages,
Expand Down

0 comments on commit d88e7e4

Please sign in to comment.