Also log object ID

This commit is contained in:
Peter Cai 2025-03-09 13:38:15 -04:00
parent 86bb5b6a52
commit ea591acb8e

View file

@ -245,6 +245,7 @@ impl WlMitmState {
if self.config.logging.log_all_requests {
debug!(
obj_id = msg.obj_id(),
raw_payload_bytes = ?raw_msg.payload(),
num_fds = raw_msg.fds.len(),
num_consumed_fds = msg.num_consumed_fds(),
@ -452,6 +453,7 @@ impl WlMitmState {
if self.config.logging.log_all_events {
debug!(
obj_id = msg.obj_id(),
raw_payload_bytes = ?raw_msg.payload(),
num_fds = raw_msg.fds.len(),
num_consumed_fds = msg.num_consumed_fds(),