1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-08-26 03:26:02 +02:00

add tracing support

This commit is contained in:
Rob Ede
2022-03-08 22:13:55 +00:00
parent 77d4a69b2f
commit c5d6174cec
10 changed files with 13 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
use std::{io, thread, time::Duration};
use actix_rt::time::Instant;
use log::{debug, error, info};
use mio::{Interest, Poll, Token as MioToken};
use tracing::{debug, error, info};
use crate::{
availability::Availability,