log: changed urlcache log to debug

its more of a debug log

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-04-08 11:52:01 -04:00
parent 47e942be28
commit e6676a202a

View File

@@ -113,7 +113,7 @@ fn save_to_disk(path: PathBuf, cache: Arc<RwLock<UrlsToMime>>) {
let mut file = File::create(&path)?;
file.write_all(&encoded)?;
file.sync_all()?;
tracing::info!("Saved UrlCache to disk.");
tracing::debug!("Saved UrlCache to disk.");
Ok(())
} else {
Err(Error::Generic(