Switch logging to use tracing instead of log
Tracing has support for intervals and a great os_log integration.
This commit is contained in:
parent
60cfd95789
commit
e643d9dd41
14 changed files with 297 additions and 8 deletions
|
|
@ -10,6 +10,7 @@ nix = { version = "0.26", features = ["ioctl"] }
|
|||
socket2 = "0.4"
|
||||
tokio = { version = "1.28", features = [] }
|
||||
byteorder = "1.4"
|
||||
tracing = "0.1"
|
||||
log = "0.4"
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue