sim: log the interaction about to be executed with INFO

I think this is useful to see, without having to drop down to DEBUG
and seeing all the other stuff.
This commit is contained in:
Jussi Saurio
2025-06-03 15:50:34 +03:00
parent e3e0208360
commit e260a72447

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