Switch from tracing to log crate
This commit is contained in:
parent
1faf42bd82
commit
f12da915a9
16 changed files with 149 additions and 202 deletions
|
|
@ -4,10 +4,10 @@ mod tree;
|
|||
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
use log::{error, info, warn};
|
||||
use reqwest::Client;
|
||||
use time::OffsetDateTime;
|
||||
use tokio::sync::Mutex as AsyncMutex;
|
||||
use tracing::{error, info, warn};
|
||||
|
||||
use crate::{
|
||||
config::WorkerConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue