server: migrate all use of log to tracing

This commit is contained in:
2025-04-23 15:25:11 -07:00
parent c7c47e4a73
commit f11f0b4d23
6 changed files with 4 additions and 9 deletions

View File

@@ -3,11 +3,10 @@ use std::collections::HashMap;
use cacher::FilesystemCacher;
use futures::{stream::FuturesUnordered, StreamExt};
use letterbox_shared::compute_color;
use log::{error, info};
use maplit::hashmap;
use scraper::Selector;
use sqlx::postgres::PgPool;
use tracing::instrument;
use tracing::{error, info, instrument};
use url::Url;
use crate::{