mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
Change logging backend to tracing
This commit is contained in:
parent
92d2a0d906
commit
ae260cea85
6 changed files with 27 additions and 50 deletions
|
|
@ -8,7 +8,7 @@ use axum::{
|
|||
response::Response,
|
||||
};
|
||||
use dashmap::DashMap;
|
||||
use log::{debug, error, info, trace, warn};
|
||||
use tracing::{debug, error, info, trace, warn};
|
||||
use tokio::sync::{
|
||||
broadcast::{self, Receiver},
|
||||
mpsc, Notify,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue