Skip to content

Commit b895047

Browse files
chore: move back the received command log to trace
1 parent e37aa06 commit b895047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/executor/shared/fifo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ impl RunnerFifo {
160160
}
161161
Err(_) => continue,
162162
};
163-
debug!("Received command: {cmd:?}");
163+
trace!("Received command: {cmd:?}");
164164

165165
// Try executor-specific handler first
166166
if let Some(response) = handle_cmd(&cmd).await? {

0 commit comments

Comments
 (0)