Skip to content

Log the FUSE opcode name and inode on debug

German Maglione requested to merge ghm-virtio-fs/virtiofsd:opcode_name into main

Currently, when the debug level is selected, we only log the FUSE request opcode value. This commit also logs the opcode name, the inode, the unique, and the pid of each request.

Closes !93 (closed)

Merge request reports