diff --git a/git-cliff-core/src/command.rs b/git-cliff-core/src/command.rs index c04a48db0d..71a3c652a1 100644 --- a/git-cliff-core/src/command.rs +++ b/git-cliff-core/src/command.rs @@ -23,6 +23,7 @@ pub fn run( input: Option, envs: Vec<(&str, &str)>, ) -> Result { + log::trace!("Running command: {:?}", command); let mut child = if cfg!(target_os = "windows") { Command::new("cmd") .envs(envs)