We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19963a0 commit 1bf5bafCopy full SHA for 1bf5baf
src/pandoc/renderer.rs
@@ -240,7 +240,7 @@ impl Renderer {
240
}
241
242
if log::log_enabled!(log::Level::Trace) {
243
- log::trace!("Running pandoc with profile: {profile:#?}");
+ log::trace!("Running pandoc with profile: {profile:#?} - {pandoc:#?}");
244
} else {
245
log::info!("Running pandoc");
246
0 commit comments