mirror of
https://codeberg.org/icewind/cube.git
synced 2026-06-03 20:14:10 +02:00
less noisy tracing
This commit is contained in:
parent
ef7da15ebb
commit
309f63ad9f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ struct Args {
|
|||
|
||||
pub type Result<T, E = Error> = std::result::Result<T, E>;
|
||||
|
||||
#[tracing::instrument(skip(exports))]
|
||||
#[tracing::instrument(skip_all, fields(remote = ?stream.peer_addr().ok()))]
|
||||
fn handle_client(mut stream: TcpStream, exports: Exports) -> Result<(), NbdError> {
|
||||
let file = handshake(&mut stream, move |name| {
|
||||
let export_cfg = exports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue