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

@ -5,8 +5,8 @@ use std::{
sync::{Arc, Mutex},
};
use log::error;
use tokio::sync::Notify;
use tracing::error;
use crate::{
config::WorkerServerConfig,