Skip to content

Commit

Permalink
install: Add debug logging for config
Browse files Browse the repository at this point in the history
To help debug.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Nov 17, 2023
1 parent 9714555 commit 8c86589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ pub(crate) mod config {
}
if let Some(config) = config.as_mut() {
if let Some(install) = c.install {
tracing::debug!("Merging install config: {install:?}");
config.merge(install);
}
} else {
Expand Down

0 comments on commit 8c86589

Please sign in to comment.