mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-09 10:14:21 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user