Switch from tracing to log crate

This commit is contained in:
Joscha 2023-08-17 03:09:24 +02:00
parent 1faf42bd82
commit f12da915a9
16 changed files with 149 additions and 202 deletions

View file

@ -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,