Skip to content

Commit 1bf5baf

Browse files
committed
Add trace output for the executed pandoc command
1 parent 19963a0 commit 1bf5baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pandoc/renderer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ impl Renderer {
240240
}
241241

242242
if log::log_enabled!(log::Level::Trace) {
243-
log::trace!("Running pandoc with profile: {profile:#?}");
243+
log::trace!("Running pandoc with profile: {profile:#?} - {pandoc:#?}");
244244
} else {
245245
log::info!("Running pandoc");
246246
}

0 commit comments

Comments
 (0)