Merge 'simulator: log the interaction about to be executed with INFO' from Jussi Saurio

I think this is useful to see, without having to drop down to DEBUG and
seeing all the other stuff.

Closes #1655
This commit is contained in:
Pekka Enberg
2025-06-04 10:20:54 +03:00

View File

@@ -179,7 +179,7 @@ pub(crate) fn execute_interaction(
interaction: &Interaction,
stack: &mut Vec<ResultSet>,
) -> Result<ExecutionContinuation> {
tracing::trace!(
tracing::info!(
"execute_interaction(connection_index={}, interaction={})",
connection_index,
interaction